From 837ef2199f802aa3da06764e85c95c62e4b79660 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Tue, 8 Jul 2014 23:25:09 +0200 Subject: [PATCH] gnlghostpad: Do not forget to set output segment seqnum Co-Authored by: Thibault Saunier --- gnl/gnlghostpad.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gnl/gnlghostpad.c b/gnl/gnlghostpad.c index 989c440..ef291dc 100644 --- a/gnl/gnlghostpad.c +++ b/gnl/gnlghostpad.c @@ -346,6 +346,7 @@ internalpad_event_function (GstPad * internal, GstObject * parent, object->wanted_seqnum = 0; event = translate_outgoing_segment (object, event); + gst_event_set_seqnum (event, object->seqnum); break; case GST_EVENT_EOS: if (object->seqnum) -- 2.7.4