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 698858 - Fix plugin installation with Gstreamer 1.0 in jhbuild
Fix plugin installation with Gstreamer 1.0 in jhbuild
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-04-25 16:08 UTC by Lionel Landwerlin
Modified: 2013-06-26 16:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use GST_PLUGIN_PATH_1_0 instead of GST_PLUGIN_PATH (1.42 KB, patch)
2013-04-25 16:09 UTC, Lionel Landwerlin
none Details | Review

Description Lionel Landwerlin 2013-04-25 16:08:58 UTC
Seems that jhbuild uses GST_PLUGIN_PATH_1_0 instead of GST_PLUGIN_PATH. I'm not sure whether that's relevant though...
Comment 1 Lionel Landwerlin 2013-04-25 16:09:44 UTC
Created attachment 242430 [details] [review]
use GST_PLUGIN_PATH_1_0 instead of GST_PLUGIN_PATH
Comment 2 Gwenole Beauchesne 2013-06-26 15:46:25 UTC
Review of attachment 242430 [details] [review]:

Hi, did you mean
+AC_ARG_VAR([GST_PLUGIN_PATH_1_0], [installation path for gstreamer-vaapi plugin elements for GStreamer 1.0])

instead of plain [GST_PLUGIN_PATH]?

Thanks.
Comment 3 Lionel Landwerlin 2013-06-26 15:52:14 UTC
Oops, yes indeed.
Comment 4 Gwenole Beauchesne 2013-06-26 16:24:40 UTC
Merged into git master branch, with some minor changes as indicated. Thanks.