mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
I ran into this and had to hunt for it
Original commit message from CVS: I ran into this and had to hunt for it
This commit is contained in:
parent
4498441679
commit
929f37fab1
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ gst_basic_scheduler_chainhandler_proxy (GstPad * pad, GstBuffer * buf)
|
|||
|
||||
if (loop_count == 0) {
|
||||
gst_element_error (parent,
|
||||
"(internal error) maximum number of switches exceeded");
|
||||
"(internal error) basic: maximum number of switches exceeded");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue