[gstreamer-bugs] [Bug 609055] [qtmux - mp4mux] crash when setting

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 22 06:45:34 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=609055
  GStreamer | gst-plugins-bad | 0.10.14

--- Comment #16 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-02-22 14:45:33 UTC ---
> Error: Could not multiplex stream. gstqtmux.c(1726): gst_qt_mux_add_buffer ():
> /GstPipeline:pipeline0/GstBin:bin1/GstMP4Mux:mp4mux0:
> Received buffer without timestamp/duration.
> Error: GStreamer encountered a general stream error. gstrtspsrc.c(3447):
> gst_rtspsrc_loop (): /GstPipeline:pipeline0/GstBin:bin0/GstRTSPSrc:rtspsrc0:
> streaming task paused, reason error (-5)

qtmux needs proper durations on input buffers. The easiest way to achieve that
is to do something like this:

  ... ! videorate ! video/x-raw-yuv,framerate=25/1 ! x264enc ! ....

I'm guessing there will be other problems with your code as well, that state
change that caused the crash does not really look 'normal' to me.

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