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 333669 - Add pad accessor defines for GstBaseTransform
Add pad accessor defines for GstBaseTransform
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-06 21:42 UTC by Erik Walthinsen
Modified: 2006-03-07 15:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Attached patch to add accessors (1.35 KB, patch)
2006-03-06 21:43 UTC, Erik Walthinsen
accepted-commit_now Details | Review

Description Erik Walthinsen 2006-03-06 21:42:22 UTC
Attached is a patch that adds GST_BASE_TRANSFORM_SRC_PAD() etc, as found in GstBaseSrc, in order to make coding subclasses of Transform easier.
Comment 1 Erik Walthinsen 2006-03-06 21:43:45 UTC
Created attachment 60801 [details] [review]
Attached patch to add accessors
Comment 2 Wim Taymans 2006-03-07 15:15:02 UTC
        * docs/libs/gstreamer-libs-sections.txt:
        * libs/gst/base/gstbasetransform.h:
        Fix #333669, Add pad accessor defines for GstBaseTransform