playbin2: fix a typo introduced by 9d753824.

video/x-raw-float => audio/x-raw-float. Fixes #619090.
This commit is contained in:
Alessandro Decina 2010-05-19 16:17:19 +02:00
parent 9d7538247f
commit a9c6c978b6

View 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) \