[Bug 700222] rtpbasepayload: Need to delay segments event after caps event

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 13 06:36:16 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=700222
  GStreamer | gst-plugins-base | git

Sebastian Dröge <slomo> changed:

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

--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2013-05-13 13:35:35 UTC ---
Review of attachment 243989:
 --> (https://bugzilla.gnome.org/review?bug=700222&attachment=243989)

::: gst-libs/gst/rtp/gstrtpbasepayload.c
@@ +1130,3 @@
       break;
     case GST_STATE_CHANGE_READY_TO_NULL:
+      gst_event_replace (&rtpbasepayload->priv->pending_segment, NULL);

Should be PAUSED_TO_READY, and also should be reset when receiving FLUSH_STOP

--- Comment #3 from Sebastian Dröge <slomo at circular-chaos.org> 2013-05-13 13:36:08 UTC ---
Review of attachment 243989:
 --> (https://bugzilla.gnome.org/review?bug=700222&attachment=243989)

::: gst-libs/gst/rtp/gstrtpbasepayload.c
@@ +1130,3 @@
       break;
     case GST_STATE_CHANGE_READY_TO_NULL:
+      gst_event_replace (&rtpbasepayload->priv->pending_segment, NULL);

Should be PAUSED_TO_READY, and also should be reset when receiving FLUSH_STOP

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