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 754100 - validate: launcher: Support relative path for folder names
validate: launcher: Support relative path for folder names
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-devtools
unspecified
Other Linux
: Normal normal
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-26 01:40 UTC by Vineeth
Modified: 2015-10-02 15:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
support relative path for folder names (1.36 KB, patch)
2015-08-26 01:42 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-08-26 01:40:24 UTC
Even though relative paths are supported, right now it does not work when we give the path as 'media/' present in the current directory.
Adding support for the same.

Tested the same with both --media-paths for both absolute and relative paths as well as the default test suite.
But better to test it once more just not to create any regressions :)
Comment 1 Vineeth 2015-08-26 01:42:41 UTC
Created attachment 309987 [details] [review]
support relative path for folder names
Comment 2 Thibault Saunier 2015-10-02 15:21:06 UTC
commit 1b700f13b4898d6d82e4b7576180eca9d0858390
Author: Vineeth T M <vineeth.tm@samsung.com>
Date:   Wed Aug 26 10:36:51 2015 +0900

    validate: launcher: Support relative path for folder names
    
    Even though relative paths are supported, right now it does not
    work when we give the path as 'media/' present in the current directory.
    Adding support for the same.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754100