[Bug 696714] wavenc: add 'note' chunk support
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Apr 11 11:40:31 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=696714
GStreamer | gst-plugins-good | git
Stefan Sauer (gstreamer, gtkdoc dev) <ensonic> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #241288|none |needs-work
status| |
--- Comment #6 from Stefan Sauer (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2013-04-11 18:40:25 UTC ---
Review of attachment 241288:
--> (https://bugzilla.gnome.org/review?bug=696714&attachment=241288)
::: gst/wavenc/gstwavenc.c
@@ +859,3 @@
+ /* count labls size */
+ if (wavenc->labls) {
+ } else {
list = wavenc->labls
@@ +870,3 @@
+ /* count notes size */
+ if (wavenc->notes) {
+ list = g_list_first (wavenc->labls);
list = wavenc->notes
--
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