[gstreamer-bugs] [Bug 562312] Lip-sync generates wrong `ts-offset' in GstRtpBin

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Nov 26 04:04:07 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=562312

  GStreamer | gst-plugins-bad | Ver: 0.10.9

Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.10
            Version|0.10.20                     |0.10.9




------- Comment #3 from Wim Taymans  2008-11-26 12:04 UTC -------
With these too patches if should be fixed given that rtspsrc clears the payload
type map after each play request:

        * gst/rtpmanager/gstrtpbin.c: (get_client),
        (gst_rtp_bin_reset_sync), (gst_rtp_bin_associate),
        (gst_rtp_bin_handle_sync), (create_stream),
        (gst_rtp_bin_class_init), (new_ssrc_pad_found):
        * gst/rtpmanager/gstrtpbin.h:
        Remove a lot of per stream state that is not needed and pass new info
in
        the method call.
        Add signal to reset sync parameters.
        Avoid parsing the caps to get a clock_base, we get this from the sync
        signal now.

        * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_reset_sync),
        (gst_rtp_bin_clear_pt_map):
        Reset the sync parameters when clearing the payload type map too.
        Fixes #562312.


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




More information about the Gstreamer-bugs mailing list