gst/mpegstream/gstmpegdemux.c: Add pad to element *after* setting the pad functions...
authorWim Taymans <wim.taymans@gmail.com>
Fri, 9 Jul 2004 14:11:02 +0000 (14:11 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 9 Jul 2004 14:11:02 +0000 (14:11 +0000)
Original commit message from CVS:
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
(gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
Add pad to element *after* setting the pad functions so that
the scheduler can use the correct ones.

ChangeLog

index a46772bc8a8c7bf9105ac81a3c9ca427769935b1..5155b78f6ab83309daf07030dff1a6f8c990b803 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-07-09  Wim Taymans  <wim@fluendo.com>
+
+       * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
+       (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
+       Add pad to element *after* setting the pad functions so that
+       the scheduler can use the correct ones.
+
 2004-07-09  Wim Taymans  <wim@fluendo.com>
 
        * ext/theora/theoradec.c: (theora_dec_from_granulepos),