[gstreamer-bugs] [Bug 616541] jackaudiosrc needs to set layout on caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 26 12:09:08 PDT 2010


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

Stefan Kost (gstreamer, gtkdoc dev) <ensonic> changed:

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

--- Comment #2 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-04-26 19:09:03 UTC ---
Review of attachment 159460:
 --> (https://bugzilla.gnome.org/review?bug=616541&attachment=159460)

::: ext/jack/gstjackaudiosrc.c
@@ +504,3 @@
+  /* if channels are less than or equal to 8, we set a default layout,
+   * otherwise set layout to an array of GST_AUDIO_CHANNEL_POSITION_NONE */
+  gst_caps_make_writable(spec->caps);

this should be
spec->caps = gst_caps_make_writable(spec->caps);

-- 
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