From a9c6c978b61d61d502180a839cb27f11b1d765ea Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Wed, 19 May 2010 16:17:19 +0200 Subject: [PATCH] playbin2: fix a typo introduced by 9d753824. video/x-raw-float => audio/x-raw-float. Fixes #619090. --- gst/playback/gstplaybin2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/playback/gstplaybin2.c b/gst/playback/gstplaybin2.c index 8a6371f..48cbf03 100644 --- a/gst/playback/gstplaybin2.c +++ b/gst/playback/gstplaybin2.c @@ -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) \ -- 2.7.4