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 709646 - videotestsrc: Could implement duration query when num-buffers is set
videotestsrc: Could implement duration query when num-buffers is set
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal enhancement
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-08 13:45 UTC by Nicolas Dufresne (ndufresne)
Modified: 2013-10-08 19:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicolas Dufresne (ndufresne) 2013-10-08 13:45:12 UTC
When num-buffers is set on videotestsrc, it would be possible to implement the duration query. This is an possible enhancement, maybe gnome-love ?
Comment 1 Thiago Sousa Santos 2013-10-08 19:39:34 UTC
commit c2eb3d4e713fd8f5b9176717ccd865525a977bd7
Author: Thiago Santos <ts.santos@partner.samsung.com>
Date:   Tue Oct 8 16:10:54 2013 -0300

    videotestsrc: implement duration query
    
    Add duration query to videotestsrc, it can answer this query when
    the num-buffers property is set.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709646