[gstreamer-bugs] [Bug 587680] rtp/ts does not repackage cleanly to rtp; mpegvideoparse/rtpmpvpay: timing issues

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jul 13 08:35:25 PDT 2009


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

  GStreamer | gst-plugins-good | Ver: 0.10.15




------- Comment #3 from Marc Leeman  2009-07-13 15:35 UTC -------
Created an attachment (id=138337)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=138337&action=view)
Rework timestamping

Using the original gstrtpmpvpay.c and VLC 0.9.8a (Grishenko); streaming from a
networked source and payloading it as described; produces a 'jerky' image: the
decoded order is off.

By modeling the timestamping on gstrtpmp4vpay.c; the decoded images are more
smooth; especially the correction in:
        if (gst_basertppayload_is_filled (basepayload,
                                packet_len, rtpmpvpay->duration + duration)) {
                ret = gst_rtp_mpv_pay_flush (rtpmpvpay);
                rtpmpvpay->first_ts = timestamp;
                rtpmpvpay->duration = 0;
        }


-- 
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=587680.




More information about the Gstreamer-bugs mailing list