tools:launch: clean user facing message on wrong timeline description
authorThibault Saunier <tsaunier@gnome.org>
Wed, 15 Apr 2015 10:18:15 +0000 (12:18 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Wed, 15 Apr 2015 15:53:01 +0000 (17:53 +0200)
commitde256fcf132f168114591b9bb19636e468576d5e
tree82eb08177704f4046fabd870865ae424f10ff03b
parent506662e2dc62df382cee68b688b96d66977dd65e
tools:launch: clean user facing message on wrong timeline description

Summary:
Before:

  $ ../gst-editing-services/tools/ges-launch-1.0 -p
  0:00:00.028629728  8155      0x17e1b60 ERROR                default ges-launcher.c:214:_create_timeline: serialized timeline is   -p

  ** (lt-ges-launch-1.0:8155): ERROR **: Could not create timeline, error: Could not find a suitable formatter
  [1]    8155 trace trap (core dumped)  ../gst-editing-services/tools/ges-launch-1.0 -p

  $

After:

  $ GST_DEBUG=0 ges-launch-1.0 -p

  ERROR: Could not create timeline, error: Could not find a suitable formatter

  $

Reviewers: Mathieu_Du

Differential Revision: http://phabricator.freedesktop.org/D95
tools/ges-launcher.c