GNOME Bugzilla – Bug 608446
[playbin2] post an error message if no URI is set
Last modified: 2010-01-30 15:42:55 UTC
Created attachment 152573 [details] [review] playbin2: when no uri is set, post an error message gst-launch-0.10 playbin2 should fail with a proper error message posted on the bus. Just returning FAILURE from the state change function is not enough.
sounds like a good thing to do.
commit 16601b09fe8704ba0f80465fe788a36d17caff91 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Fri Jan 29 13:56:05 2010 +0000 playbin2: when no uri is set, post an error message When no uri is set, don't just return STATE_CHANGE_FAILURE from the state change function, but actually post an error message.