GNOME Bugzilla – Bug 584680
-lgstvideo is absent in makefile.am for glvideosink
Last modified: 2009-08-10 23:35:09 UTC
glvideosink requires libgstvideo (not really unexpected). It checks for the presence of -base and even adds -lgstinterfaces (just like other video sinks from -good) to LIBADD, but forgets to add -lgstvideo, which leads to something like: gst-plugins-gl\gst\gl/gstglimagesink.c:163: undefined reference to `gst_video_sink_get_type'
Created attachment 135856 [details] [review] adds -lgstvideo
Committed. Please use git-format-patch in the future, so I don't have to manually enter commit message and author and I can more easily give you credit for the commit.