mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
capsfilter: Fix typo in last commit
This commit is contained in:
parent
e8a9ffa092
commit
e4cbae46cc
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ gst_capsfilter_prepare_buf (GstBaseTransform * trans, GstBuffer * input,
|
|||
("Output caps are unfixed: %s", caps_str));
|
||||
|
||||
g_free (caps_str);
|
||||
g_list_free_full (pending_events, (GDestroyNotify) pending_events);
|
||||
g_list_free_full (pending_events, (GDestroyNotify) gst_event_unref);
|
||||
|
||||
ret = GST_FLOW_ERROR;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue