Merge branch 'master' into 0.11
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 24 May 2011 07:47:15 +0000 (09:47 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 24 May 2011 07:47:15 +0000 (09:47 +0200)
Conflicts:
gst-libs/gst/video/convertframe.c

14 files changed:
1  2 
gst-libs/gst/app/gstappsink.c
gst-libs/gst/app/gstappsrc.c
gst-libs/gst/audio/gstaudiofilter.h
gst-libs/gst/audio/gstbaseaudiosink.c
gst-libs/gst/audio/gstringbuffer.h
gst-libs/gst/rtp/gstbasertpaudiopayload.c
gst-libs/gst/rtp/gstbasertpdepayload.c
gst-libs/gst/rtp/gstbasertpdepayload.h
gst-libs/gst/rtp/gstbasertppayload.c
gst-libs/gst/rtp/gstbasertppayload.h
gst-libs/gst/tag/gstxmptag.c
gst-libs/gst/video/convertframe.c
gst-libs/gst/video/video.c
gst/subparse/gstsubparse.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -233,10 -233,9 +233,10 @@@ link_failed
  /**
   * gst_video_convert_frame:
   * @buf: a #GstBuffer
 + * @from_caps: the #GstCaps to convert from
   * @to_caps: the #GstCaps to convert to
   * @timeout: the maximum amount of time allowed for the processing.
-  * @err: pointer to a #GError. Can be %NULL.
+  * @error: pointer to a #GError. Can be %NULL.
   *
   * Converts a raw video buffer into the specified output caps.
   *
@@@ -256,9 -255,9 +256,9 @@@ gst_video_convert_frame (GstBuffer * bu
  {
    GstMessage *msg;
    GstBuffer *result = NULL;
-   GError *error = NULL;
+   GError *err = NULL;
    GstBus *bus;
 -  GstCaps *from_caps, *to_caps_copy = NULL;
 +  GstCaps *to_caps_copy = NULL;
    GstFlowReturn ret;
    GstElement *pipeline, *src, *sink;
    guint i, n;
Simple merge
Simple merge