From: Wim Taymans Date: Fri, 9 Jul 2004 14:11:02 +0000 (+0000) Subject: gst/mpegstream/gstmpegdemux.c: Add pad to element *after* setting the pad functions... X-Git-Tag: 1.19.3~509^2~14567 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc61bf2d8dbce59040efbeb7d6342f79568a387a;p=platform%2Fupstream%2Fgstreamer.git gst/mpegstream/gstmpegdemux.c: Add pad to element *after* setting the pad functions so that the scheduler can use the... 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. --- diff --git a/ChangeLog b/ChangeLog index a46772b..5155b78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2004-07-09 Wim Taymans + * 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 + * ext/theora/theoradec.c: (theora_dec_from_granulepos), (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain): Sync to keyframe after seek