[gstreamer-bugs] [Bug 491271] [ffmpeg] make muxers reusable

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Nov 10 20:55:49 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=491271

  GStreamer | gst-ffmpeg | Ver: 0.10.6

Jeonghoon Park changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jeonghoon79 at gmail.com




------- Comment #2 from Jeonghoon Park  2008-11-11 04:55 UTC -------
this one caused by av_new_stream that created in
gst_ffmpegmux_request_new_pad() does not initialized 

I add following codes in gst_ffmpegmux_change_state().
how about this?


        for(i=0; i < ffmpegmux->context->nb_streams; i++)
        {
                ffmpegmux->context->streams[i]->start_time = AV_NOPTS_VALUE;
                ffmpegmux->context->streams[i]->duration = AV_NOPTS_VALUE;    
                ffmpegmux->context->streams[i]->cur_dts = AV_NOPTS_VALUE;

        }


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=491271.




More information about the Gstreamer-bugs mailing list