[Bug 712134] Text stream generated by appsrc into kateenc loses subtitle encoding
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Nov 17 22:29:32 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=712134
GStreamer | gst-plugins-bad | 1.x
--- Comment #1 from Dylan Broome <dylan at blackmoth.com.au> 2013-11-18 06:29:26 UTC ---
This looks like an issue with kateenc and streaming.
Using the following works correctly :
gst-launch-1.0 videotestsrc num-buffers=1000 ! x264enc ! h264parse !
matroskamux name=mux ! filesink location=test.mkv filesrc
location=/some/test/subtitle/file ! subparse ! kateenc category=SUB ! mux.
However, leave the num-buffers=1000 out and hit ctrl-c to end the pipe and you
get this above undesired bug
gst-launch-1.0 videotestsrc ! x264enc ! h264parse ! matroskamux name=mux !
filesink location=test.mkv filesrc location=/some/test/subtitle/file !
subparse ! kateenc category=SUB ! mux.
When working with a non stream (like the working example above) I see with
GST_DEBUG=kateenc:6 the following debug :
0:00:00.696801565 23268 0x8c5b0c0 LOG kateenc
gstkateenc.c:1349:gst_kate_enc_sink_event:<kateenc0> ensuring all headers are
in
This does not occur when streaming and ending the pipeline with ctrl-c.
Note, this also fails if one sets stream=1 on the matroskamux
--
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