Commited a bit too much..

Original commit message from CVS:
Commited a bit too much..
This commit is contained in:
Wim Taymans 2002-12-24 12:48:35 +00:00
parent 72004547dc
commit 8b63056472
2 changed files with 2 additions and 2 deletions

2
common

@ -1 +1 @@
Subproject commit 79e6940e7ff1a6cbf959a1f7a0a3d1ed3f90d3ee
Subproject commit 4a7bc52a893bdd9fefa9fabe460c827822a9e0f2

View file

@ -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);
}