mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue