mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
convertframe: fix for merge conflict
This commit is contained in:
parent
a87c021237
commit
dfcb6580a3
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ link_failed:
|
||||||
*/
|
*/
|
||||||
GstBuffer *
|
GstBuffer *
|
||||||
gst_video_convert_frame (GstBuffer * buf, GstCaps * from_caps,
|
gst_video_convert_frame (GstBuffer * buf, GstCaps * from_caps,
|
||||||
const GstCaps * to_caps, GstClockTime timeout, GError ** err)
|
const GstCaps * to_caps, GstClockTime timeout, GError ** error)
|
||||||
{
|
{
|
||||||
GstMessage *msg;
|
GstMessage *msg;
|
||||||
GstBuffer *result = NULL;
|
GstBuffer *result = NULL;
|
||||||
|
|
Loading…
Reference in a new issue