[Bug 753265] Add device provider support for osx plugins

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 29 07:23:24 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=753265

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

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

--- Comment #15 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 326986:
 --> (https://bugzilla.gnome.org/review?bug=753265&attachment=326986)

::: sys/osxaudio/gstosxaudiodeviceprovider.c
@@ +302,3 @@
+
+      elem = gst_element_factory_make (element_name, "audiosrc");
+      template_caps = gst_pad_get_pad_template_caps (GST_BASE_SRC_PAD (elem));

I meant putting the caps into a header as a string #define, and then use that
in both places. Creating an instance of the element here just to get the pad
template caps seems a bit extreme :)

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