mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +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");
|
GST_LOG ("Adding encoder");
|
||||||
sgroup->encoder = _get_encoder (ebin, sprof);
|
sgroup->encoder = _get_encoder (ebin, sprof);
|
||||||
if (sgroup->encoder != NULL) {
|
if (sgroup->encoder != NULL) {
|
||||||
last = sgroup->encoder;
|
|
||||||
gst_bin_add ((GstBin *) ebin, sgroup->encoder);
|
gst_bin_add ((GstBin *) ebin, sgroup->encoder);
|
||||||
tosync = g_list_append (tosync, sgroup->encoder);
|
tosync = g_list_append (tosync, sgroup->encoder);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue