encoding: remove assignment that's no longer needed

CID 1231980
This commit is contained in:
Tim-Philipp Müller 2014-08-29 18:18:10 +01:00
parent b9a54fcabe
commit db857e5a97

View file

@ -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);