[Bug 672277] dxr3: port plugin to 0.10

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Apr 8 14:50:17 PDT 2012


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

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-04-08 21:50:12 UTC ---
> Latest attempt I tried is to rewrite the DXR3 video sink to follow the steps of
> gstfilesink.

Hrm, have you considered looking at other video sinks instead? :)

> At the end, it is almost similar. However I get following error:
> 
> (lt-gst-plugin-scanner:3694): GStreamer-WARNING **: Failed to load plugin
> 'gstreamer/gst-plugins-bad/sys/dxr3/.libs/libgstdxr3.so':
> gstreamer/gst-plugins-bad/sys/dxr3/.libs/libgstdxr3.so: undefined symbol:
> gst_base_sink_get_type
> 
> Googling around reveals that I should probably modify configure.ac, but I have
> not found the right patch yet. Can anyone give help me with a patch?

This looks like you need to link against libgstbase-0.10. If you are using our
autotools-setup for building the plugin, it should be enough to add
$(GST_BASE_CFLAGS) to the _CFLAGS in Makefile.am and $(GST_BASE_LIBS) to
_LIBADD in Makefile.am

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