[Bug 732945] encodebin creates unplayable m4a files

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 9 04:50:30 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=732945
  GStreamer | gst-plugins-base | 2.x

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |slomo at coaxion.net
         Resolution|                            |NOTABUG

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-07-09 11:50:27 UTC ---
Use the -e parameter on gst-launch to properly shut down the pipeline. Without
that the headers of the MP4 file will not be rewritten and are broken.

In your own application you would implement the same by first sending on EOS
event to the pipeline, then waiting for the EOS message from the pipeline...
and only then shut down the pipeline (i.e. set it to READY or NULL state).

-- 
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