diff options
Diffstat (limited to 'gst/midi/midiparse.c')
-rw-r--r-- | gst/midi/midiparse.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gst/midi/midiparse.c b/gst/midi/midiparse.c index d52539b3c..d58ea3f49 100644 --- a/gst/midi/midiparse.c +++ b/gst/midi/midiparse.c @@ -1282,9 +1282,7 @@ pause: event = gst_event_new_eos (); /* for fatal errors we post an error message, post the error * first so the app knows about the error first. */ - GST_ELEMENT_ERROR (midiparse, STREAM, FAILED, - ("Internal data flow error."), - ("streaming task paused, reason %s (%d)", reason, ret)); + GST_ELEMENT_FLOW_ERROR (midiparse, ret); gst_pad_push_event (midiparse->srcpad, event); } } |