mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
srtsink: remove unused connection_mode variable
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1541>
This commit is contained in:
parent
d540012091
commit
1e461b3166
1 changed files with 0 additions and 4 deletions
|
@ -146,14 +146,10 @@ static gboolean
|
|||
gst_srt_sink_start (GstBaseSink * bsink)
|
||||
{
|
||||
GstSRTSink *self = GST_SRT_SINK (bsink);
|
||||
GstSRTConnectionMode connection_mode = GST_SRT_CONNECTION_MODE_NONE;
|
||||
|
||||
GError *error = NULL;
|
||||
gboolean ret = FALSE;
|
||||
|
||||
gst_structure_get_enum (self->srtobject->parameters, "mode",
|
||||
GST_TYPE_SRT_CONNECTION_MODE, (gint *) & connection_mode);
|
||||
|
||||
ret = gst_srt_object_open (self->srtobject, self->cancellable, &error);
|
||||
|
||||
if (!ret) {
|
||||
|
|
Loading…
Reference in a new issue