[Bug 712134] Text stream generated by appsrc into kateenc loses subtitle encoding

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Nov 18 06:24:06 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=712134
  GStreamer | gst-plugins-bad | 1.x

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-11-18 14:24:03 UTC ---
Your python test program just crashes for me, when emitting the push-buffer
signal on appsrc, not sure what's going on there.

> However, leave the num-buffers=1000 out and hit ctrl-c to end the pipe and you
> get this above undesired bug
> (snip) 
> When working with a non stream (like the working example above) I see with
> GST_DEBUG=kateenc:6 the following debug :

You can't just hit control-C and expect things to work properly.

Pass -e to gst-launch-1.0, then it will push an eos event through the pipeline
and make sure all the headers are written properly. In code you can do that by
doing gst_element_send_event (pipeline, gst_event_new_eos()); and then waiting
for an EOS message on the pipeline's bus.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list