After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 584680 - -lgstvideo is absent in makefile.am for glvideosink
-lgstvideo is absent in makefile.am for glvideosink
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
git master
Other Windows
: Normal normal
: 0.10.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-03 01:47 UTC by LRN
Modified: 2009-08-10 23:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
adds -lgstvideo (540 bytes, patch)
2009-06-03 01:47 UTC, LRN
committed Details | Review

Description LRN 2009-06-03 01:47:16 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'
Comment 1 LRN 2009-06-03 01:47:54 UTC
Created attachment 135856 [details] [review]
adds -lgstvideo
Comment 2 Filippo Argiolas 2009-06-04 07:54:29 UTC
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.