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 752748 - validate:launcher: Fix documentation
validate:launcher: Fix documentation
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-devtools
git master
Other Linux
: Normal normal
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-23 01:10 UTC by Vineeth
Modified: 2015-08-16 13:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix documentation. (2.55 KB, patch)
2015-07-23 01:11 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-07-23 01:10:45 UTC
Fix some trivial spelling mistakes in documentation and document about --update-media-info.
Comment 1 Vineeth 2015-07-23 01:11:47 UTC
Created attachment 307946 [details] [review]
fix documentation.
Comment 2 Vineeth 2015-07-23 01:18:54 UTC
I have a requirement, for creating media-info..

--generate-media-info, creates .media-info files if they are not present.
--update-media-info, updates the .media-info files if already present.

There are cases, where i need to do both --generate-media-info and --update-media-info... say i have 10 media files in a folder and i generated the media info for the first time. Now some code has changed, which will need me to call update media info. And i want to test some more extra media files. So i added them to the media directory..


I was thinking maybe we can add an extra parameter --clean, which can be used only with --generate-media-info, which removes all the .media-info files present and recreates them..
Comment 3 Thibault Saunier 2015-07-23 07:43:10 UTC
Review of attachment 307946 [details] [review]:

OK
Comment 4 Nicolas Dufresne (ndufresne) 2015-08-05 21:18:04 UTC
Review of attachment 307946 [details] [review]:

commit e4d490fd45ca3acdd4749bc44042287dec11bc09
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Thu Jul 23 09:18:46 2015 +0900

    validate:launcher: Fix documentation
    
    Fix some trivial spelling mistakes in documentation
    and document about --update-media-info.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=752748