mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 09:25:42 +00:00
Commited a bit too much..
Original commit message from CVS: Commited a bit too much..
This commit is contained in:
parent
72004547dc
commit
8b63056472
2 changed files with 2 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 79e6940e7ff1a6cbf959a1f7a0a3d1ed3f90d3ee
|
Subproject commit 4a7bc52a893bdd9fefa9fabe460c827822a9e0f2
|
|
@ -214,7 +214,7 @@ gst_real_pad_init (GstRealPad *pad)
|
||||||
pad->formatsfunc = gst_pad_get_formats_default;
|
pad->formatsfunc = gst_pad_get_formats_default;
|
||||||
pad->querytypefunc = gst_pad_get_query_types_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);
|
gst_probe_dispatcher_init (&pad->probedisp);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue