summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-08-29 18:18:10 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-08-29 18:21:13 +0100
commitdb857e5a977ef712323bf6e1c30506ab9ae39fed (patch)
tree0573fcf1de35260b11e749a70ad95fb7904c4280
parentb9a54fcabe564a5571791f7c861bd269a399b445 (diff)
encoding: remove assignment that's no longer needed
CID 1231980
-rw-r--r--gst/encoding/gstencodebin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/encoding/gstencodebin.c b/gst/encoding/gstencodebin.c
index 8e8ebf5ea..d1ce16954 100644
--- a/gst/encoding/gstencodebin.c
+++ b/gst/encoding/gstencodebin.c
@@ -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);