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 752692 - validate:launcher: handle file path in --medias-paths
validate:launcher: handle file path in --medias-paths
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-devtools
git master
Other All
: Normal enhancement
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-22 06:20 UTC by Vineeth
Modified: 2015-08-16 13:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
handle files in --medias-paths (2.15 KB, patch)
2015-07-22 06:23 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-07-22 06:20:20 UTC
right now --medias-paths accepts only directories. Added support to
accept file path as well.
Comment 1 Vineeth 2015-07-22 06:23:48 UTC
Created attachment 307885 [details] [review]
handle files in --medias-paths
Comment 2 Thibault Saunier 2015-07-22 10:38:35 UTC
Review of attachment 307885 [details] [review]:

OK
Comment 3 Vineeth 2015-07-22 12:24:14 UTC
Thibault, is there any release coming up or you want to merge these later together? 
Not that there is any hurry to merge these, but there are quite a few which are with accepted-commit-now status, so was curious :)...
some of these patches are in the same files, so thinking if there might be some merge conflicts later on...
Comment 4 Luis de Bethencourt 2015-07-22 15:22:59 UTC
Thibault, want me to merge this upstream?
Comment 5 Luis de Bethencourt 2015-07-22 15:37:17 UTC
commit 6bf6fe7dec375d10191810d6b7761d3ea3e8e14d
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Wed Jul 22 15:20:54 2015 +0900

    validate:launcher: handle file path in --medias-paths

    right now --medias-paths accepts only directories. Added support to
    accept file path as well.

    https://bugzilla.gnome.org/show_bug.cgi?id=752692
Comment 6 Luis de Bethencourt 2015-07-22 15:37:38 UTC
Review of attachment 307885 [details] [review]:

Thanks Vineeth and Thibault