mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
decklinkaudiosink: fix debug string copy-paste error
Stopping != Starting
This commit is contained in:
parent
da7143078f
commit
87077d20de
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ gst_decklink_audio_sink_open (GstBaseSink * bsink)
|
|||
{
|
||||
GstDecklinkAudioSink *self = GST_DECKLINK_AUDIO_SINK_CAST (bsink);
|
||||
|
||||
GST_DEBUG_OBJECT (self, "Stopping");
|
||||
GST_DEBUG_OBJECT (self, "Starting");
|
||||
|
||||
self->output =
|
||||
gst_decklink_acquire_nth_output (self->device_number,
|
||||
|
|
Loading…
Reference in a new issue