GNOME Bugzilla – Bug 699971
oggmux: Sends a segment event before sending a caps event.
Last modified: 2013-05-16 20:37:10 UTC
oggmux sends a segment event in send_start_events, which is called before send_headers. Can we assume that we will necessarily get a segment event to forward ? If so, the proposed patch should be enough, as it only removes the segment sending from send_start_events.
Created attachment 243657 [details] [review] Proposed patch to fix the issue
Comment on attachment 243657 [details] [review] Proposed patch to fix the issue No, in pull mode we need to generate a segment event ourselves.
Oh, oggmux, not oggdemux. But we don't forward any segment events in oggmux, we have to create our own. So just move this code to the place where oggmux sends the caps event.
Created attachment 243744 [details] [review] Proposed patch to fix the issue Done
commit 46aff49316cfaf2ec44dc5e1fde780fbfc857823 Author: Mathieu Duponchelle <mathieu.duponchelle@epitech.eu> Date: Fri May 10 09:28:52 2013 +0200 oggmux: don't send a segment event before the caps event https://bugzilla.gnome.org/show_bug.cgi?id=699971
*** Bug 699763 has been marked as a duplicate of this bug. ***