mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
playsink: Fix aduio_raw_sink typo
This commit is contained in:
parent
cec360b397
commit
6515b43e40
1 changed files with 1 additions and 1 deletions
|
@ -2413,7 +2413,7 @@ gst_play_sink_request_new_pad (GstElement * element, GstPadTemplate * templ,
|
|||
/* Figure out the GstPlaySinkType based on the template */
|
||||
if (!strcmp (tplname, "audio_sink"))
|
||||
type = GST_PLAY_SINK_TYPE_AUDIO;
|
||||
else if (!strcmp (tplname, "aduio_raw_sink"))
|
||||
else if (!strcmp (tplname, "audio_raw_sink"))
|
||||
type = GST_PLAY_SINK_TYPE_AUDIO_RAW;
|
||||
else if (!strcmp (tplname, "video_sink"))
|
||||
type = GST_PLAY_SINK_TYPE_VIDEO;
|
||||
|
|
Loading…
Reference in a new issue