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 585960 - Support for GstBufferList in gstbasesink
Support for GstBufferList in gstbasesink
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 0.10.24
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-16 09:49 UTC by Ognyan Tonchev (redstar_)
Modified: 2009-06-29 09:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Support for GstBufferList in gstbasesink.c (15.78 KB, patch)
2009-06-16 09:55 UTC, Ognyan Tonchev (redstar_)
committed Details | Review
Fixes a bug in the base sink introduced by previous patch: buffer timestamp taken too early when using buffer lists (1.04 KB, patch)
2009-06-29 09:15 UTC, Ognyan Tonchev (redstar_)
committed Details | Review

Description Ognyan Tonchev (redstar_) 2009-06-16 09:49:35 UTC
This patch introduces support for GstBufferList to gstbasesink.c
Comment 1 Ognyan Tonchev (redstar_) 2009-06-16 09:55:33 UTC
Created attachment 136706 [details] [review]
Support for GstBufferList in gstbasesink.c
Comment 2 Wim Taymans 2009-06-16 11:34:57 UTC
commit de5bcfc4cd0d7333ede227bc6d81917922a03a68
Author: Branko Subasic <branko.subasic at axis.com>
Date:   Tue Jun 16 13:32:37 2009 +0200

    basesink: add support for buffer list
    
    Fixes #585960
Comment 3 Ognyan Tonchev (redstar_) 2009-06-29 09:15:05 UTC
Created attachment 137544 [details] [review]
Fixes a bug in the base sink introduced by previous patch: buffer timestamp taken too early when using buffer lists
Comment 4 Wim Taymans 2009-06-29 09:48:41 UTC
commit 27fe127e76dce6e066c98199ee6f9e37176c248e
Author: Ognyan Tonchev <ognyan@axis.com>
Date:   Mon Jun 29 11:46:00 2009 +0200

    basesink: take timestamp later
    
    Make sure we don't accidentally cast a bufferlist of a buffer and try to take
    the timestamp of it.
    
    Refixes #585960