playbin2: fix a typo introduced by 9d753824.
video/x-raw-float => audio/x-raw-float. Fixes #619090.
This commit is contained in:
parent
9d7538247f
commit
a9c6c978b6
@ -560,7 +560,7 @@ static GstElementClass *parent_class;
|
|||||||
static guint gst_play_bin_signals[LAST_SIGNAL] = { 0 };
|
static guint gst_play_bin_signals[LAST_SIGNAL] = { 0 };
|
||||||
|
|
||||||
static GstStaticCaps av_raw_caps = GST_STATIC_CAPS ("audio/x-raw-int; "
|
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;");
|
"video/x-raw-yuv; " "video/x-raw-rgb; " "video/x-raw-gray;");
|
||||||
|
|
||||||
#define REMOVE_SIGNAL(obj,id) \
|
#define REMOVE_SIGNAL(obj,id) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user