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 700420 - mimic: Missing segment event
mimic: Missing segment event
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-15 23:22 UTC by Nicolas Dufresne (ndufresne)
Modified: 2013-05-15 23:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] mimic: Ensure segment is sent before caps and buffer (3.34 KB, patch)
2013-05-15 23:23 UTC, Nicolas Dufresne (ndufresne)
committed Details | Review

Description Nicolas Dufresne (ndufresne) 2013-05-15 23:22:55 UTC
It seems segment event is often missing when running the mimic encoder/decoder.
Comment 1 Nicolas Dufresne (ndufresne) 2013-05-15 23:23:57 UTC
Created attachment 244364 [details] [review]
[PATCH] mimic: Ensure segment is sent before caps and buffer


https://bugzilla.gnome.org/show_bug.cgi?id=700420
---
 ext/mimic/gstmimdec.c |  1 -
 ext/mimic/gstmimenc.c | 16 ++++++++++++----
 ext/mimic/gstmimenc.h |  1 +
 3 files changed, 13 insertions(+), 5 deletions(-)
Comment 2 Olivier Crête 2013-05-15 23:36:03 UTC
Comment on attachment 244364 [details] [review]
[PATCH] mimic: Ensure segment is sent before caps and buffer

Committed
Comment 3 Olivier Crête 2013-05-15 23:36:51 UTC
Fixed

commit 4c4fc14afc0b49108fa16fa752df2f961c059700
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Date:   Wed May 15 19:23:08 2013 -0400

    mimic: Ensure segment is sent before caps and buffer
    
    https://bugzilla.gnome.org/show_bug.cgi?id=700420