[gstreamer-bugs] [Bug 603800] New: matroskamux does not end when using schroenc and the file has no seeking
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Dec 4 07:51:07 PST 2009
https://bugzilla.gnome.org/show_bug.cgi?id=603800
GStreamer | gst-plugins-good | unspecified
Summary: matroskamux does not end when using schroenc and the
file has no seeking
Classification: Desktop
Product: GStreamer
Version: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: kai-tobias at web.de
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
matroskamux writes the file but does not end after that.Seeking through the
file is supressed after that. oggmux works well with schroenc and ends after
writing and has seeking.
My code:
# This does not end automatically and can't be seeked:
gst-launch-0.10 filesrc location="$1" ! decodebin2 name=demux \
{ matroskamux name=mux ! filesink location="$1".mkv } \
{ demux. ! queue ! audioconvert ! vorbisenc ! queue ! mux. } \
{ demux. ! queue ! schroenc ! mux. }
# This works fine
gst-launch-0.10 filesrc location="$1" ! decodebin2 name=demux \
{ oggmux name=mux ! filesink location="$1".ogg } \
{ demux. ! queue ! audioconvert ! vorbisenc ! queue ! mux. } \
{ demux. ! queue ! schroenc ! mux. }
Writing a queue ! before the last mux. does not help.
Regards,
Kai
--
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