summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-05 11:17:23 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-05 11:17:23 +0000
commitcf65f0523a17d74072892349be5f6be258934791 (patch)
tree29b4d676fad0ed14cc6489778663ce6f95b6e9cf
parent75ab2b5092eab419a038b393c47bf30fc8f2fd29 (diff)
downloadgst-plugins-bad-cf65f0523a17d74072892349be5f6be258934791.tar.gz
gst-plugins-bad-cf65f0523a17d74072892349be5f6be258934791.tar.bz2
gst-plugins-bad-cf65f0523a17d74072892349be5f6be258934791.zip
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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f2752a5..6289e0b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: