[Gstreamer-bugs] [Bug 110542] Changed - wave files are little endian

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sat Apr 12 08:07:28 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=110542

Changed by rbultje at ronald.bitfreak.net.

--- shadow/110542	Sat Apr 12 09:52:10 2003
+++ shadow/110542.tmp.17610	Sat Apr 12 11:07:28 2003
@@ -10,13 +10,13 @@
 Component: gst-plugins
 AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
 ReportedBy: in7y118 at public.uni-hamburg.de               
 QAContact: gstreamer-maint at bugzilla.gnome.org
 TargetMilestone: 0.6.x
 URL: 
-Summary: [0.6.1] wave files are little endian
+Summary: wave files are little endian
 
 Fix caps of wavenc to onlz accept little endian audio.
 
 ------- Additional Comments From in7y118 at public.uni-hamburg.de  2003-04-11 07:35 -------
 Created an attachment (id=15638)
 fix
@@ -35,6 +35,16 @@
 
 
 ------- Additional Comments From rbultje at ronald.bitfreak.net  2003-04-12 09:52 -------
 Created an attachment (id=15666)
 use copy_on_write() instead
 
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2003-04-12 11:07 -------
+Middle patch applied, because it's easiest.
+
+Real issue here is that we would want either a filter plugin that's
+automatically inserted, or we'd want some core functions to copy a
+buffer (everything *except the actual data*!), something like
+gst_buffer_copy_empty(). Combining that with
+gst_data_need_copy_on_write() would fix this much nicer, but that's
+all something for HEAD + long-term, not for 0.6.1.





More information about the Gstreamer-bugs mailing list