mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
encoding: remove assignment that's no longer needed
CID 1231980
This commit is contained in:
parent
b9a54fcabe
commit
db857e5a97
1 changed files with 0 additions and 1 deletions
|
@ -1321,7 +1321,6 @@ _create_stream_group (GstEncodeBin * ebin, GstEncodingProfile * sprof,
|
|||
GST_LOG ("Adding encoder");
|
||||
sgroup->encoder = _get_encoder (ebin, sprof);
|
||||
if (sgroup->encoder != NULL) {
|
||||
last = sgroup->encoder;
|
||||
gst_bin_add ((GstBin *) ebin, sgroup->encoder);
|
||||
tosync = g_list_append (tosync, sgroup->encoder);
|
||||
|
||||
|
|
Loading…
Reference in a new issue