summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Swain <robert.swain@collabora.co.uk>2010-03-30 15:10:42 +0200
committerRobert Swain <robert.swain@collabora.co.uk>2010-03-30 15:10:42 +0200
commit6515b43e403057d235e30753c7d04534a34a713a (patch)
treecdf9d6d91c46fea583d63873beb0122cb0f650c8
parentcec360b397b3d9b4ef462efd9c702d374e9bfb50 (diff)
playsink: Fix aduio_raw_sink typo
-rw-r--r--gst/playback/gstplaysink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/playback/gstplaysink.c b/gst/playback/gstplaysink.c
index 4d261fe70..36d1af327 100644
--- a/gst/playback/gstplaysink.c
+++ b/gst/playback/gstplaysink.c
@@ -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;