encoding: remove assignment that's no longer needed
CID 1231980
This commit is contained in:
parent
b9a54fcabe
commit
db857e5a97
@ -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…
x
Reference in New Issue
Block a user