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 741378 - playback-test: parse-launch option doesn't work
playback-test: parse-launch option doesn't work
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-12-11 05:31 UTC by RaviKiran
Modified: 2014-12-15 03:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix playback-test app for parse-launch option (1.10 KB, patch)
2014-12-11 05:34 UTC, RaviKiran
none Details | Review

Description RaviKiran 2014-12-11 05:31:52 UTC
In playback example app (gst-plugins-base/tests/examples/playback) 'playback-test', parse-launch option doesn't work.
Comment 1 RaviKiran 2014-12-11 05:34:51 UTC
Created attachment 292509 [details] [review]
fix playback-test app for parse-launch option

Patch attached.
Comment 2 Tim-Philipp Müller 2014-12-12 17:39:07 UTC
What doesn't work? It works just fine:

./playback-test 1 'videotestsrc ! ximagesink'

Perhaps you misunderstood the purpose of that option?
Comment 3 RaviKiran 2014-12-15 03:30:12 UTC
Yeah, may be. usage says "<type> <filename>", so just provided uri, and added playbin in 'make_parselaunch_pipeline'.