summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2005-01-07 22:42:32 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2005-01-07 22:42:32 +0000
commit30f2e8847896dcd60228c7ef82f71aac4d7c5c63 (patch)
tree26dc82e802181aa9b69b440553ad8ca8513a451b
parentdb4e666535fd1a17636cd1bf8a1f84fdca862a11 (diff)
downloadgst-plugins-bad-30f2e8847896dcd60228c7ef82f71aac4d7c5c63.tar.gz
gst-plugins-bad-30f2e8847896dcd60228c7ef82f71aac4d7c5c63.tar.bz2
gst-plugins-bad-30f2e8847896dcd60228c7ef82f71aac4d7c5c63.zip
ext/dv/demo-play.c: xvideosink -> xvimagesink
Original commit message from CVS: * ext/dv/demo-play.c: (main): xvideosink -> xvimagesink * ext/dv/gstdvdec.c: change rgb 32/32 caps to 24/32 (no alpha) change nb of channels to be a list (2 or 4, not 2) change sample rate to be a list (32, 44.1, 48 kHz) not a range * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_ext_content_desc): Add 'date/year' to extracted metadata list
-rw-r--r--ChangeLog15
1 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 77356856..fd7ec73e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
+
+ * ext/dv/demo-play.c: (main):
+ xvideosink -> xvimagesink
+ * ext/dv/gstdvdec.c:
+ change rgb 32/32 caps to 24/32 (no alpha)
+ change nb of channels to be a list (2 or 4, not 2)
+ change sample rate to be a list (32, 44.1, 48 kHz) not a range
+ * gst/asfdemux/gstasfdemux.c:
+ (gst_asf_demux_process_ext_content_desc):
+ Add 'date/year' to extracted metadata list
+
2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
@@ -79,7 +91,6 @@
* gst/asfdemux/gstasfdemux.c:
(gst_asf_demux_process_ext_content_desc):
Extract TrackNumber metadata + clean up code
-
* gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
Hope this is the good fix (var used unitialised)
@@ -105,7 +116,6 @@
* configure.ac:
don't compile faad plugin if a RC of 2.0 is found
Fixes #155346 (and FC1 buildbot)
-
* gst/asfdemux/gstasfdemux.c:
(gst_asf_demux_process_ext_content_desc):
try to make Solaris compiler happier
@@ -127,7 +137,6 @@
* gst-libs/gst/riff/riff-ids.h:
* gst/wavenc/riff.h:
Add AMR (VBR and CBR) ids to riff.h audio codec list
-
* gst/asfdemux/gstasfdemux.c:
(gst_asf_demux_process_ext_content_desc),
(gst_asf_demux_process_object):