playsink: Fix aduio_raw_sink typo

This commit is contained in:
Robert Swain 2010-03-30 15:10:42 +02:00
parent cec360b397
commit 6515b43e40

View file

@ -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;