After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 699894 - videoencoder: Caps event sent before stream-start
videoencoder: Caps event sent before stream-start
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-08 02:51 UTC by Nicolas Dufresne (ndufresne)
Modified: 2013-05-08 13:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicolas Dufresne (ndufresne) 2013-05-08 02:51:50 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
Comment 1 Sebastian Dröge (slomo) 2013-05-08 13:58:45 UTC
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