mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
paranoid
Original commit message from CVS: paranoid
This commit is contained in:
parent
75713b2171
commit
c656c4cb28
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ cb_play_clicked (GtkButton *button, gpointer *user_data)
|
|||
{
|
||||
_filter_data_t *fd = (_filter_data_t *) user_data;
|
||||
|
||||
g_return_if_fail (GST_IS_PIPELINE (fd->pipeline));
|
||||
if (GST_STATE (fd->pipeline) == GST_STATE_PLAYING)
|
||||
{
|
||||
ui_feedback_add (fd->ui, "Pipeline is already playing !\n");
|
||||
|
|
Loading…
Reference in a new issue