GNOME Bugzilla – Bug 703196
videoencoder: Send all pending events with type < CAPS before sending caps.
Last modified: 2013-07-01 10:57:00 UTC
I had a case where a tag event was sent before stream-start. Even though that's a bug elsewhere, the encoder should recover from that.
Created attachment 247913 [details] [review] videoencoder: Send all pending events with type < CAPS before sending caps.
Not really necessary but I committed it nonetheless because it simplifies the code a bit :) commit a00f4f239abcf6b21c40289d0a4f0967be0c2237 Author: Sebastian Dröge <slomo@circular-chaos.org> Date: Mon Jul 1 11:16:34 2013 +0200 videodecoder: Send all pending events with type < CAPS before sending caps commit 798ee176758f623f7c4efbf4959cee6389c201a1 Author: Mathieu Duponchelle <mathieu.duponchelle@epitech.eu> Date: Thu Jun 27 16:33:15 2013 +0200 videoencoder: Send all pending events with type < CAPS before sending caps. https://bugzilla.gnome.org/show_bug.cgi?id=703196