playbin2: fix a typo introduced by 9d753824.
authorAlessandro Decina <alessandro.decina@collabora.co.uk>
Wed, 19 May 2010 14:17:19 +0000 (16:17 +0200)
committerAlessandro Decina <alessandro.decina@collabora.co.uk>
Wed, 19 May 2010 14:17:19 +0000 (16:17 +0200)
video/x-raw-float => audio/x-raw-float. Fixes #619090.

gst/playback/gstplaybin2.c

index 8a6371f..48cbf03 100644 (file)
@@ -560,7 +560,7 @@ static GstElementClass *parent_class;
 static guint gst_play_bin_signals[LAST_SIGNAL] = { 0 };
 
 static GstStaticCaps av_raw_caps = GST_STATIC_CAPS ("audio/x-raw-int; "
-    "video/x-raw-float; "
+    "audio/x-raw-float; "
     "video/x-raw-yuv; " "video/x-raw-rgb; " "video/x-raw-gray;");
 
 #define REMOVE_SIGNAL(obj,id)            \