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 577891 - add alloc-pad property on tee
add alloc-pad property on tee
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-03 22:39 UTC by Olivier Crête
Modified: 2009-04-09 16:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tee: Add alloc-pad property (3.20 KB, patch)
2009-04-03 22:39 UTC, Olivier Crête
committed Details | Review

Description Olivier Crête 2009-04-03 22:39:40 UTC
Attaching patch to add alloc-pad property on tee, so the application can select which pad will be used to allocate buffers. For example, if you have an main pipeline and a preview xv, you want the negotiation to be done with the main pipeline, since xv can do colorspace conversion in hardware anyway.
Comment 1 Olivier Crête 2009-04-03 22:39:59 UTC
Created attachment 132045 [details] [review]
tee: Add alloc-pad property

Add a property to make it possible for the application to select which pad
is used for gst_pad_buffer_alloc
Comment 2 Wim Taymans 2009-04-09 16:28:19 UTC
commit 376bed78ced70922dc9f9886a25b751765fca337
Author: Olivier Crete <tester at tester.ca>
Date:   Thu Apr 9 18:27:21 2009 +0200

    tee: add property to control the alloc pad
    
    Add a property to control the pad used for proxying the buffer_alloc function on
    the sinkpad.
    Fixes #577891.