summaryrefslogtreecommitdiff
path: root/gst/gstpad.h
AgeCommit message (Expand)AuthorFilesLines
2003-10-08s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to...Andy Wingo1-4/+4
2003-10-07Add padding to structures and objectsDavid Schleef1-0/+16
2003-09-16reverting error patches before making a branch.BRANCH-ERROR-ROOTThomas Vander Stichele1-23/+23
2003-09-14implement translatable error messages using gerror.Benjamin Otte1-23/+23
2003-08-02Add pad->unlinkfunc and gst_pad_set_unlink_function()David Schleef1-0/+4
2003-07-24Properly ref caps and pad template in FACTORY macrosDavid Schleef1-2/+2
2003-06-10Add gst_pad_template_newv() as a va_list alternative to gst_pad_template_new()David Schleef1-0/+4
2003-04-17Added a simple function gst_pad_recover_caps_error that a plugin should call ...Wim Taymans1-4/+7
2003-04-15API change: remove gst_object_destroy and #defines to itBenjamin Otte1-1/+0
2003-02-27Fix typoWim Taymans1-2/+2
2003-02-10- Add more --disable optionsWim Taymans1-0/+2
2003-02-06Fix typo spotted by tjansenWim Taymans1-1/+1
2003-02-02- implement FLOATING flag on caps/propsWim Taymans1-15/+19
2003-01-09more connect -> link updatesDavid I. Lehn1-10/+10
2003-01-09code cleanups and further deprecation fixesThomas Vander Stichele1-7/+7
2003-01-09first pass of connect->link gst-plugins and other stuff compiles without chan...Thomas Vander Stichele1-18/+18
2003-01-01- Added PAD_NEGOTIATING flag, remove PAD_EOS flagWim Taymans1-1/+1
2002-12-31- Fix PAD_IS_USABLE on ghostpadsWim Taymans1-1/+1
2002-12-30- major API breakage (one of the last, I promise...)Wim Taymans1-39/+14
2002-12-19- CleanupsWim Taymans1-4/+4
2002-12-14Documentation updatesWim Taymans1-8/+5
2002-11-29applied fixed patch from BrianThomas Vander Stichele1-0/+38
2002-11-29revert fix because GST_DEBUG_LEAVE("") doesn't work with itThomas Vander Stichele1-38/+0
2002-11-29commit Brian's patch with AC fix from thomasChristian Schaller1-0/+38
2002-11-02- Added caps as a propertyWim Taymans1-5/+8
2002-09-12- Make the return GList of gst_element_get_pad_list as constWim Taymans1-9/+1
2002-09-10This changes an important part of the plugin API, gst_pad_try_set_caps() no l...Ronald S. Bultje1-1/+1
2002-09-01crapThomas Vander Stichele1-1/+0
2002-09-01forgot this oneThomas Vander Stichele1-3/+3
2002-08-12fixes bug http://bugzilla.gnome.org/show_bug.cgi?id=90332Thomas Vander Stichele1-1/+1
2002-08-02Some more event flags some more padquery typesWim Taymans1-1/+3
2002-07-25Added some convenience macros for creating format/querytype and eventmask fun...Wim Taymans1-0/+12
2002-07-24- some pad.h reorg, better grouping of functionWim Taymans1-61/+88
2002-07-09merge from BRANCH-RELEASE-0_4_0Thomas Vander Stichele1-5/+5
2002-07-08- Removed bufferpool code and move that to gstbuffer.cWim Taymans1-8/+4
2002-06-19Added _get_prefered_stack to the schedulerWim Taymans1-0/+1
2002-06-02Some cleanupsWim Taymans1-3/+3
2002-05-26- The clock_wait now returns the difference between requested time and unlock...Wim Taymans1-36/+46
2002-05-25API cleanup: (s/g)et_sched -> _schedulerThomas Vander Stichele1-3/+3
2002-05-08Totally rewritten registry handling.Wim Taymans1-11/+6
2002-04-14we don't use // in code we commit :)Benjamin Otte1-1/+1
2002-04-12code reviewThomas Vander Stichele1-0/+2
2002-04-11commit to make gstreamer follow the gtk function/macro naming conventions:Andy Wingo1-25/+25
2002-03-30- Remove the propsprivate header fileWim Taymans1-5/+5
2002-02-20warning fixes gst_object_set_name (name, NULL) uniquifies the name globallyAndy Wingo1-1/+1
2002-01-28add API to make life easierBenjamin Otte1-0/+3
2002-01-20Delay pad negotiation until the element is in READY or higher. this will gice...Wim Taymans1-2/+3
2002-01-19miscellaneous fixes, added gst_pad_unset_sched() api.Andy Wingo1-0/+1
2002-01-13Landed the new improved capsnegotiation system.Wim Taymans1-79/+94
2001-12-27- Added a function to get the currently executing cothreadWim Taymans1-1/+0