diff --git a/common b/common index 79e6940e7f..4a7bc52a89 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 79e6940e7ff1a6cbf959a1f7a0a3d1ed3f90d3ee +Subproject commit 4a7bc52a893bdd9fefa9fabe460c827822a9e0f2 diff --git a/gst/gstpad.c b/gst/gstpad.c index f08056b881..ed1e6b2fdb 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -214,7 +214,7 @@ gst_real_pad_init (GstRealPad *pad) pad->formatsfunc = gst_pad_get_formats_default; pad->querytypefunc = gst_pad_get_query_types_default; - GST_FLAG_SET (pad, GST_PAD_DISABLED); + /* GST_FLAG_SET (pad, GST_PAD_DISABLED); */ gst_probe_dispatcher_init (&pad->probedisp); }