decklinkaudiosink: fix debug string copy-paste error
authorMatthew Waters <matthew@centricular.com>
Wed, 12 Sep 2018 10:32:04 +0000 (05:32 -0500)
committerMatthew Waters <matthew@centricular.com>
Wed, 12 Sep 2018 10:37:47 +0000 (20:37 +1000)
Stopping != Starting

sys/decklink/gstdecklinkaudiosink.cpp

index 9ba5220..13234c9 100644 (file)
@@ -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,