mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 03:46:11 +00:00
decklinkvideosink: Print "Starting" instead of "Stopping" when starting
This commit is contained in:
parent
4e422bec4f
commit
e2c8afa261
1 changed files with 1 additions and 1 deletions
|
@ -764,7 +764,7 @@ gst_decklink_video_sink_open (GstBaseSink * bsink)
|
||||||
GstDecklinkVideoSink *self = GST_DECKLINK_VIDEO_SINK_CAST (bsink);
|
GstDecklinkVideoSink *self = GST_DECKLINK_VIDEO_SINK_CAST (bsink);
|
||||||
const GstDecklinkMode *mode;
|
const GstDecklinkMode *mode;
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (self, "Stopping");
|
GST_DEBUG_OBJECT (self, "Starting");
|
||||||
|
|
||||||
self->output =
|
self->output =
|
||||||
gst_decklink_acquire_nth_output (self->device_number,
|
gst_decklink_acquire_nth_output (self->device_number,
|
||||||
|
|
Loading…
Reference in a new issue