mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
directsoundsink: fix comment
https://bugzilla.gnome.org/show_bug.cgi?id=788847
This commit is contained in:
parent
73993149ec
commit
24561309f9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue