diff options
author | David Schleef <ds@schleef.org> | 2005-01-31 01:55:03 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2005-01-31 01:55:03 +0000 |
commit | 7c47d12e0c32440f74b596dfd428ca5b258b8dc7 (patch) | |
tree | c47bbf7560602078caa85259798eef88da051039 | |
parent | a344cdce4dddb4a91becdfdeedbd96f11347b109 (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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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): |