mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
srtobject: fix typo, s/errorj/error
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1522>
This commit is contained in:
parent
57d61172c8
commit
ebdb3447ce
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue