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 746865 - videoencoder: Keep sticky event when reset.
videoencoder: Keep sticky event when reset.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-03-27 05:38 UTC by kevin
Modified: 2015-03-27 08:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix the issue. (1.25 KB, patch)
2015-03-27 05:47 UTC, kevin
committed Details | Review

Description kevin 2015-03-27 05:38:57 UTC
videoencoder base will discard all event as code bug. Attached patch fix the issue.
Comment 1 kevin 2015-03-27 05:47:16 UTC
Created attachment 300417 [details] [review]
fix the issue.
Comment 2 Sebastian Dröge (slomo) 2015-03-27 08:55:40 UTC
commit 992101f82a3ad3c29c5a18a535ff7656c8017d98
Author: Song Bing <b06498@freescale.com>
Date:   Fri Mar 27 13:39:43 2015 +0800

    videoencoder: Keep sticky events around when doing a soft reset
    
    The current code will first discard all frames, and then tries to copy
    all sticky events from the (now discarded) frames. Let's change the order.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746865