diff options
author | Benjamin Otte <otte@gnome.org> | 2004-05-11 15:31:35 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-11 15:31:35 +0000 |
commit | eb67de5ac75263fffb1ab1ed5b238cf17ae9aa58 (patch) | |
tree | 75b74cd45704ed46de05b488f19c4f3eb322c709 /ChangeLog | |
parent | d2614fde299d69d71d6299c808868d588a59e9d2 (diff) | |
download | gst-plugins-bad-eb67de5ac75263fffb1ab1ed5b238cf17ae9aa58.tar.gz gst-plugins-bad-eb67de5ac75263fffb1ab1ed5b238cf17ae9aa58.tar.bz2 gst-plugins-bad-eb67de5ac75263fffb1ab1ed5b238cf17ae9aa58.zip |
ext/libvisual/visual.c: use the right caps depending on endianness (I hope)
Original commit message from CVS:
* ext/libvisual/visual.c: (gst_visual_getcaps):
use the right caps depending on endianness (I hope)
* ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
use GST_RANK_NONE for all non-decoding elements or spider gets
mighty confused
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * ext/libvisual/visual.c: (gst_visual_getcaps): + use the right caps depending on endianness (I hope) + * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init): + use GST_RANK_NONE for all non-decoding elements or spider gets + mighty confused + 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment): |