gst/playback/gstdecodebin2.c: Remove bogus assert, the decodepad could have been...
authorWim Taymans <wim.taymans@gmail.com>
Wed, 8 Oct 2008 14:44:04 +0000 (14:44 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 8 Oct 2008 14:44:04 +0000 (14:44 +0000)
Original commit message from CVS:
* gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
Remove bogus assert, the decodepad could have been created inside an
already existing group.

ChangeLog
gst/playback/gstdecodebin2.c

index 28a12b8..00ad24f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
+
+       * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
+       Remove bogus assert, the decodepad could have been created inside an
+       already existing group.
+
 2008-10-08  Andy Wingo  <wingo@pobox.com>
 
        * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
index 2b9ba94..1138f74 100644 (file)
@@ -2307,7 +2307,6 @@ gst_decode_pad_add_drained_check (GstDecodePad * dpad)
 static void
 gst_decode_pad_activate (GstDecodePad * dpad, GstDecodeGroup * group)
 {
-  g_return_if_fail (dpad->group == NULL);
   g_return_if_fail (group != NULL);
 
   dpad->group = group;