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 747223 - test: filesink: add test to verify rendering buffers with multiple memory blocks
test: filesink: add test to verify rendering buffers with multiple memory blocks
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-02 06:10 UTC by Prashant Gotarne
Modified: 2015-04-02 08:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test: filesink: added checks for rendering buffers and buffer list containing multiple memory blocks (5.00 KB, patch)
2015-04-02 06:11 UTC, Prashant Gotarne
committed Details | Review

Description Prashant Gotarne 2015-04-02 06:10:06 UTC
Need test case to verify virtual method render and render_list with buffers and buffer list containing multiple memory blocks
Comment 1 Prashant Gotarne 2015-04-02 06:11:50 UTC
Created attachment 300792 [details] [review]
test: filesink: added checks for rendering buffers and buffer list containing multiple memory blocks

Updated test_seeking test case to verify the render and render_list virtual method with buffers and buffer list containing multiple memory blocks.
Comment 2 Tim-Philipp Müller 2015-04-02 08:58:01 UTC
Thanks for the patch, pushed with minor changes (changed some tabs to spaces and formatted the commit message and added a bug url in the commit message):

commit b1c59a17cc10e0c4cdc9af795e61f0e6b7fc4340
Author: Prashant Gotarne <ps.gotarne@samsung.com>
Date:   Thu Apr 2 11:42:20 2015 +0530

    test: filesink: add tests for buffers with multiple memory blocks
    
    Update test_seeking testcase to verify the render and render_list
    virtual method handle buffers and buffer list containing multiple
    memory blocks correctly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=747223