convertframe: fix for merge conflict

This commit is contained in:
Wim Taymans 2011-05-24 09:55:47 +02:00
parent a87c021237
commit dfcb6580a3

View file

@ -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;