GNOME Bugzilla – Bug 699894
videoencoder: Caps event sent before stream-start
Last modified: 2013-05-08 13:58:45 UTC
While testing event order, I found that caps event are sent before stream-start in GstVideoEncoder. I was using the following pipeline and this patch: https://bug688188.bugzilla-attachments.gnome.org/attachment.cgi?id=243556 G_DEBUG=fatal_warnings gst-launch-1.0 videotestsrc ! x264enc ! fakesink
commit 351405d8a096fb04a7d2278eabf00a7bce00f14e Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Wed May 8 15:56:34 2013 +0200 audio: Make sure to push pre-caps events before the caps event commit 3e4aec6e7b675c80e5a9bc4aaf885f0decc7251d Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Wed May 8 15:50:34 2013 +0200 video: Make sure to push pre-caps events before the caps event https://bugzilla.gnome.org/show_bug.cgi?id=699894