srtobject: fix typo, s/errorj/error

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1522>
This commit is contained in:
J. Kim 2020-08-19 11:30:47 +00:00
parent 57d61172c8
commit ebdb3447ce

View file

@ -1207,7 +1207,7 @@ gst_srt_object_close (GstSRTObject * srtobject)
static gboolean
gst_srt_object_wait_caller (GstSRTObject * srtobject,
GCancellable * cancellable, GError ** errorj)
GCancellable * cancellable, GError ** error)
{
gboolean ret;