Skip to content

srtobject: set error when canceled waiting a caller

Justin Kim requested to merge joykim/gst-plugins-bad:srtobject-set-error into master

To propagate error, this commit sets a reason. Otherwise, the function caller should check if error is NULL when the return value is not normal.

Merge request reports