[Bug 701353] rtp timestamps not correct when pausing/seeking

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 31 07:05:44 PDT 2013


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

Olivier Crete (Tester) <olivier.crete> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #245731|none                        |needs-work
             status|                            |

--- Comment #3 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2013-05-31 14:05:39 UTC ---
Review of attachment 245731:
 --> (https://bugzilla.gnome.org/review?bug=701353&attachment=245731)

::: gst-libs/gst/rtp/gstrtpbasepayload.c
@@ +858,3 @@
+      rtime += gst_element_get_base_time (GST_ELEMENT (payload));
+      /* remove initial base time to get a time line starting from 0 */
+      rtime -= payload->priv->initial_element_base;

What happnens if you preroll a buffer in PAUSED ? (where
priv->initial_element_base == GST_CLOCK_TIME_NONE)

Might make sense to use "0" instead of as a "unset" value ?

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