mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Error out if no pads could be created
This commit is contained in:
parent
ee131d8af7
commit
0c756199c0
1 changed files with 3 additions and 0 deletions
|
@ -1107,6 +1107,9 @@ gst_mxf_demux_update_tracks (GstMXFDemux * demux)
|
|||
return GST_FLOW_ERROR;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
GST_ERROR_OBJECT (demux, "Couldn't create any streams");
|
||||
return GST_FLOW_ERROR;
|
||||
}
|
||||
|
||||
return GST_FLOW_OK;
|
||||
|
|
Loading…
Reference in a new issue