summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-27 00:56:10 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-27 00:56:10 +0000
commitb1ba62f4554ebc7eb73792441f285759ab7add32 (patch)
treece0b309ce96be211748a82a8011f95269568c81c
parentab56d5ce53a80a03a15e1a46c4f3f66461c5f97b (diff)
downloadgst-plugins-bad-b1ba62f4554ebc7eb73792441f285759ab7add32.tar.gz
gst-plugins-bad-b1ba62f4554ebc7eb73792441f285759ab7add32.tar.bz2
gst-plugins-bad-b1ba62f4554ebc7eb73792441f285759ab7add32.zip
gst/asfdemux/gstasfdemux.*: Improve metadata display, e.g. if the metadata comes before the streams are loaded (which...
Original commit message from CVS: * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init), (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment), (gst_asf_demux_process_ext_content_desc), (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad): * gst/asfdemux/gstasfdemux.h: Improve metadata display, e.g. if the metadata comes before the streams are loaded (which is perfectly valid).
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4032c5f8..3feea0c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+ * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
+ (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
+ (gst_asf_demux_process_ext_content_desc),
+ (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
+ (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
+ * gst/asfdemux/gstasfdemux.h:
+ Improve metadata display, e.g. if the metadata comes before the
+ streams are loaded (which is perfectly valid).
+
+2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
* tools/gst-launch-ext-m.m:
Fix AVI/ASF pipelines (#165340).