Merge branch 'master' into 0.11
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 6 Apr 2011 14:33:56 +0000 (16:33 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 6 Apr 2011 14:33:56 +0000 (16:33 +0200)
Conflicts:
ext/theora/gsttheoraenc.c

1  2 
ext/theora/gsttheoraenc.c
gst-libs/gst/rtp/gstrtcpbuffer.c
gst-libs/gst/tag/gstexiftag.c
gst-libs/gst/tag/gstvorbistag.c
gst-libs/gst/tag/gstxmptag.c
gst/audioresample/gstaudioresample.c
sys/xvimage/xvimagesink.c
tests/check/libs/video.c

@@@ -1295,8 -1273,7 +1283,8 @@@ theora_enc_chain (GstPad * pad, GstBuff
  
      if (enc->multipass_cache_fd
          && enc->multipass_mode == MULTIPASS_MODE_FIRST_PASS) {
-       if (!theora_enc_write_multipass_cache (enc)) {
+       if (!theora_enc_write_multipass_cache (enc, FALSE, FALSE)) {
 +        gst_buffer_unmap (buffer, data, size);
          ret = GST_FLOW_ERROR;
          goto multipass_write_failed;
        }
Simple merge
Simple merge
Simple merge
@@@ -984,7 -984,7 +984,7 @@@ static voi
  xmp_tags_initialize ()
  {
    static GOnce my_once = G_ONCE_INIT;
-   g_once (&my_once, _init_xmp_tag_map, NULL);
 -  g_once (&my_once, (GThreadFunc)_init_xmp_tag_map, NULL);
++  g_once (&my_once, (GThreadFunc) _init_xmp_tag_map, NULL);
  }
  
  typedef struct _GstXmpNamespaceMatch GstXmpNamespaceMatch;
Simple merge
Simple merge
Simple merge