summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-01-31 01:55:03 +0000
committerDavid Schleef <ds@schleef.org>2005-01-31 01:55:03 +0000
commitc4cc7088e0ca5f8b8c4b9e0c822c0013866d965d (patch)
treec168bf6190b9b98da9b2332412877678ef2b1dec /ChangeLog
parent2ec0f8b91a4ad93524a1e6d9366a2a2eff15cbe7 (diff)
downloadgst-plugins-bad-c4cc7088e0ca5f8b8c4b9e0c822c0013866d965d.tar.gz
gst-plugins-bad-c4cc7088e0ca5f8b8c4b9e0c822c0013866d965d.tar.bz2
gst-plugins-bad-c4cc7088e0ca5f8b8c4b9e0c822c0013866d965d.zip
ext/polyp/polypsink.c: Fix silly endianness bug. Add some debugging. Remove float from caps; it doesn't work. Atte...
Original commit message from CVS: * ext/polyp/polypsink.c: (gst_polypsink_base_init), (create_context), (gst_polypsink_link): Fix silly endianness bug. Add some debugging. Remove float from caps; it doesn't work. Attempt to get remote audio working.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15e33aae..daa32c7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-01-30 David Schleef <ds@schleef.org>
+
+ * ext/polyp/polypsink.c: (gst_polypsink_base_init),
+ (create_context), (gst_polypsink_link): Fix silly endianness
+ bug. Add some debugging. Remove float from caps; it doesn't
+ work. Attempt to get remote audio working.
+
2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/qtdemux/qtdemux.c: (qtdemux_video_caps):