summaryrefslogtreecommitdiff
path: root/sys/uvch264
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@greynoise.nl>2013-02-03 14:31:50 +0100
committerSjoerd Simons <sjoerd@luon.net>2013-02-11 22:05:00 +0100
commit06ae51a3fe6f4bd3869b1f3ed45dbe25169c2c2f (patch)
tree4c24daa58bf5eb5dcfec4b2f24cb65efb21cc65b /sys/uvch264
parent8ea208548420b94d1c66ff00af4bcba185b7a48e (diff)
downloadgstreamer-plugins-bad-06ae51a3fe6f4bd3869b1f3ed45dbe25169c2c2f.tar.gz
uvch264: Remove custom renegotiate event
Diffstat (limited to 'sys/uvch264')
-rw-r--r--sys/uvch264/gstuvch264_src.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/uvch264/gstuvch264_src.c b/sys/uvch264/gstuvch264_src.c
index 9206eba57..68df3c2e5 100644
--- a/sys/uvch264/gstuvch264_src.c
+++ b/sys/uvch264/gstuvch264_src.c
@@ -1699,17 +1699,6 @@ gst_uvc_h264_src_parse_event (GstUvcH264Src * self, GstPad * pad,
}
}
}
- if (s && gst_structure_has_name (s, "renegotiate")) {
- GST_DEBUG_OBJECT (self, "Received renegotiate on %s",
- GST_PAD_NAME (pad));
- /* TODO: Do not reconstruct pipeline twice if we receive
- the event on both pads */
- if (GST_STATE (self) >= GST_STATE_READY) {
- /* TODO: diff the caps */
- gst_uvc_h264_src_construct_pipeline (GST_BASE_CAMERA_SRC (self));
- }
- return TRUE;
- }
break;
default:
break;