summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-05-11 15:31:35 +0000
committerBenjamin Otte <otte@gnome.org>2004-05-11 15:31:35 +0000
commiteb67de5ac75263fffb1ab1ed5b238cf17ae9aa58 (patch)
tree75b74cd45704ed46de05b488f19c4f3eb322c709
parentd2614fde299d69d71d6299c808868d588a59e9d2 (diff)
downloadgst-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
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ad58d34..02190340 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):