convertframe: fix for merge conflict
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 24 May 2011 07:55:47 +0000 (09:55 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 24 May 2011 07:55:47 +0000 (09:55 +0200)
gst-libs/gst/video/convertframe.c

index 3d71675..5825de2 100644 (file)
@@ -252,7 +252,7 @@ link_failed:
  */
 GstBuffer *
 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;
   GstBuffer *result = NULL;