diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-07-15 23:56:04 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-07-15 23:56:04 +0000 |
commit | 931758cb249414856515bd693fd52412d4d56f27 (patch) | |
tree | b9a93a303074f4e6a8d15766b96a9854703a30bc /ChangeLog | |
parent | 55965ea86fe66c840201f436102fe2bb3efd790a (diff) | |
download | gst-plugins-bad-931758cb249414856515bd693fd52412d4d56f27.tar.gz gst-plugins-bad-931758cb249414856515bd693fd52412d4d56f27.tar.bz2 gst-plugins-bad-931758cb249414856515bd693fd52412d4d56f27.zip |
gst-libs/gst/riff/riff-media.c: mp42/mp43 (no caps) exist too.
Original commit message from CVS:
* gst-libs/gst/riff/riff-media.c:
(gst_riff_create_video_caps_with_data):
mp42/mp43 (no caps) exist too.
* gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
Set pixel_width/height; we've got them in-caps.
* gst/typefind/gsttypefindfunctions.c: (plugin_init):
* gst/wavparse/gstwavparse.c: (plugin_init):
Both are valid primary.
* sys/oss/gstossmixer.c:
Remove i18n hack and enable translations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net> + + * gst-libs/gst/riff/riff-media.c: + (gst_riff_create_video_caps_with_data): + mp42/mp43 (no caps) exist too. + * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps): + Set pixel_width/height; we've got them in-caps. + * gst/typefind/gsttypefindfunctions.c: (plugin_init): + * gst/wavparse/gstwavparse.c: (plugin_init): + Both are valid primary. + * sys/oss/gstossmixer.c: + Remove i18n hack and enable translations. + 2004-07-15 Benjamin Otte <otte@gnome.org> * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls), |