mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
validate: Remove extra buffering status prints
This commit is contained in:
parent
20879e9c69
commit
30f4b590d8
2 changed files with 0 additions and 3 deletions
|
@ -2556,8 +2556,6 @@ message_cb (GstBus * bus, GstMessage * message, GstValidateScenario * scenario)
|
|||
priv->buffering = FALSE;
|
||||
else
|
||||
priv->buffering = TRUE;
|
||||
|
||||
g_print ("%s %d%% \r", "Buffering...", percent);
|
||||
break;
|
||||
}
|
||||
case GST_MESSAGE_STREAMS_SELECTED:
|
||||
|
|
|
@ -496,7 +496,6 @@ bus_callback (GstBus * bus, GstMessage * message,
|
|||
gint percent;
|
||||
|
||||
gst_message_parse_buffering (message, &percent);
|
||||
g_print ("%s %d%% \r", "Buffering...", percent);
|
||||
|
||||
/* no state management needed for live pipelines */
|
||||
if (percent == 100) {
|
||||
|
|
Loading…
Reference in a new issue