summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-07-26 15:17:25 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-07-26 15:17:25 +0000
commit7047695c08afd5c94d142abba47c5eed192cdfde (patch)
tree66c9a05de9844c24eea2d6a79f608540fa391958 /ChangeLog
parentca2652d5445cbf021a5969331c605b3695421106 (diff)
downloadgst-plugins-bad-7047695c08afd5c94d142abba47c5eed192cdfde.tar.gz
gst-plugins-bad-7047695c08afd5c94d142abba47c5eed192cdfde.tar.bz2
gst-plugins-bad-7047695c08afd5c94d142abba47c5eed192cdfde.zip
gst/mpegstream/: Check for error codes from the negotiation functions. Make sure we really set the pad caps when a ne...
Original commit message from CVS: * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream), (gst_mpeg_demux_get_audio_stream), (gst_mpeg_demux_process_private): * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data): Check for error codes from the negotiation functions. Make sure we really set the pad caps when a new pad is created.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 413c045d..7184a0ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-07-26 Wim Taymans <wim@fluendo.com>
+
+ * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
+ (gst_mpeg_demux_get_audio_stream),
+ (gst_mpeg_demux_process_private):
+ * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
+ Check for error codes from the negotiation functions. Make sure
+ we really set the pad caps when a new pad is created.
+
2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/ffmpegcolorspace/gstffmpegcodecmap.c: