[Bug 753265] Add device provider support for osx plugins

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


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

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

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

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

::: sys/osxaudio/gstosxaudiosink.h
@@ +89,3 @@
 GType gst_osx_audio_sink_get_type (void);

+static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink",

This way, every source file that includes the header has a copy of the pad
template.

Make it an extern declaration in the header, and a non-static definition in the
source file.

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