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 759184 - [PATCH] build: Don't ignore GST_PLUGIN_PATH_1_0 if the directory doesn't exist yet
[PATCH] build: Don't ignore GST_PLUGIN_PATH_1_0 if the directory doesn't exis...
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: 758397
 
 
Reported: 2015-12-08 16:04 UTC by Joel Holdsworth
Modified: 2015-12-09 16:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (926 bytes, patch)
2015-12-08 16:04 UTC, Joel Holdsworth
none Details | Review

Description Joel Holdsworth 2015-12-08 16:04:42 UTC
Created attachment 316951 [details] [review]
Patch

Currently the directory referenced by the GST_PLUGIN_PATH_1_0 configuration variable is only accepted if the directory exists. This patch allows the variable to be accepted even if the directory doesn't yet exist.
Comment 1 sreerenj 2015-12-09 16:27:54 UTC
Pushed, Thanks for the patch !

commit 1a84348e766220831aa26bfa50b8aeefec0ebdd4
Author: Joel Holdsworth <joel.holdsworth@vcatechnology.com>
Date:   Wed Dec 9 18:24:50 2015 +0200

    build: Don't ignore GST_PLUGIN_PATH_1_0 even if the directory doesn't exist yet
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759184