[Bug 563251] oggmux should have option to create Ogg Skeleton stream

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 19 00:44:18 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=563251
  GStreamer | gst-plugins-base | git

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #194104|none                        |needs-work
             status|                            |

--- Comment #4 from Sebastian Dröge <slomo at circular-chaos.org> 2011-08-19 07:44:11 UTC ---
Review of attachment 194104:
 --> (https://bugzilla.gnome.org/review?bug=563251&attachment=194104)

::: ext/ogg/gstoggmux.c
@@ +1170,3 @@
+
+  fishead = gst_buffer_new_and_alloc (64);
+  gst_byte_writer_init_with_buffer (&bw, fishead, TRUE);

initialized should be FALSE, not TRUE. The buffer data is not initialized

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list