summaryrefslogtreecommitdiffstats
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
commit7c47d12e0c32440f74b596dfd428ca5b258b8dc7 (patch)
treec47bbf7560602078caa85259798eef88da051039
parenta344cdce4dddb4a91becdfdeedbd96f11347b109 (diff)
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.
-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):