summaryrefslogtreecommitdiff
path: root/sys/uvch264
diff options
context:
space:
mode:
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;