directsoundsink: fix comment

https://bugzilla.gnome.org/show_bug.cgi?id=788847
This commit is contained in:
Philippe Renon 2017-09-28 22:49:31 +02:00 committed by Sebastian Dröge
parent 73993149ec
commit 24561309f9

View file

@ -446,7 +446,7 @@ gst_directsound_sink_open (GstAudioSink * asink)
}
}
/* create and initialize a DirecSound object */
/* create and initialize a DirectSound object */
if (FAILED (hRes = DirectSoundCreate (lpGuid, &dsoundsink->pDS, NULL))) {
gchar *error_text = gst_hres_to_string (hRes);
GST_ELEMENT_ERROR (dsoundsink, RESOURCE, OPEN_READ,