mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
validate: Remove useless condition
CID 1462652 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/192>
This commit is contained in:
parent
eb6c126068
commit
70634b1a3f
1 changed files with 1 additions and 5 deletions
|
@ -567,11 +567,7 @@ main (int argc, gchar ** argv)
|
|||
g_signal_connect (bus, "message", (GCallback) bus_callback,
|
||||
&bus_callback_data);
|
||||
|
||||
if (argc == 2)
|
||||
gst_validate_printf (NULL, "**-> Starting pipeline**\n");
|
||||
else
|
||||
gst_validate_printf (NULL, "**-> Starting pipeline**\n");
|
||||
|
||||
gst_validate_printf (NULL, "**-> Starting pipeline**\n");
|
||||
g_free (argvn);
|
||||
g_object_get (monitor, "handles-states", &monitor_handles_state, NULL);
|
||||
if (monitor_handles_state == FALSE) {
|
||||
|
|
Loading…
Reference in a new issue