diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-05 11:17:23 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-05 11:17:23 +0000 |
commit | 764fef5c86cc57db55749413979ad68a7341fa69 (patch) | |
tree | 37f9494bc3a3cdf602e4bb3430e654d31af75738 | |
parent | 7066aeeae53f4c2c3c3b27609653adbb98cd8a95 (diff) |
gst/mpegstream/gstmpegdemux.c: Add pad to element *after* setting functions such as event handler.
Original commit message from CVS:
2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
Add pad to element *after* setting functions such as event handler.
Without this, the scheduler (opt) will link pads, set the event
handler from the default event function (dispatcher in gstpad.c)
and *after* that, we will set our own event function, which will
thus never be used (and thus mpegdemux doesn't handle events).
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net> + + * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead): + Add pad to element *after* setting functions such as event handler. + Without this, the scheduler (opt) will link pads, set the event + handler from the default event function (dispatcher in gstpad.c) + and *after* that, we will set our own event function, which will + thus never be used (and thus mpegdemux doesn't handle events). + 2004-01-04 David Schleef <ds@schleef.org> Fix the fixate functions to handle new prototype: |