summaryrefslogtreecommitdiff
path: root/gst/gstpad.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-05gst/gstpad.c (gst_pad_set_blocked_async): More debug. libs/gst/base/gstbasetr...Andy Wingo1-1/+2
2006-04-03Fix typo in docs.Michael Smith1-1/+1
2006-03-21Series of fixes for dereferenced pointers that gcc 4.1 complains about.Edward Hervey1-1/+4
2006-03-17gst/gstpad.c: Don't leak buffers, caps and pads on negotiation errors.Wim Taymans1-2/+9
2006-03-16gst/gstpad.c: Don't pound the cpu to pieces by checking get_caps when accept_...Jan Schmidt1-2/+13
2006-03-15gst/gstbuffer.h: Documentation fix.Jan Schmidt1-33/+64
2006-02-28gst/gstbin.c: Help the compiler a bit with type registration.Wim Taymans1-1/+1
2006-02-20gst/: Make those function act on the ghostpad target when it's a ghostpad. (C...Julien Moutte1-1/+18
2006-02-19gst/gstinfo.h: Add GST_STR_NULL to the second string.Julien Moutte1-8/+4
2006-02-19gst/gstpad.c: (gst_pad_set_getcaps_function)Sébastien Moutte1-4/+8
2006-02-14gst/gstpad.c: Add a default fixation for fraction lists.Jan Schmidt1-0/+2
2006-02-13docs/design/part-TODO.txt: Updated TODO list, basesrc supports seeking to non...Wim Taymans1-7/+3
2006-02-13gst/gstpad.c: Correctly check flushing and emit probes. fixes #330125Wim Taymans1-24/+54
2006-01-27doc fixes, to link to function, just write gst_cool_function(), don't prefix ...Stefan Kost1-3/+3
2006-01-26added code for downstream events, reviewed docs in gstevent.cStefan Kost1-2/+8
2006-01-20gst/gstpad.c: Make it actually compile too..Wim Taymans1-13/+15
2006-01-20gst/gstcaps.c: Clarify behaviour of _is_equal() when passing NULL parameters.Wim Taymans1-12/+27
2005-12-14gst/gstpad.c: Don't allow activation of a srcpad in pull_range if it has no g...Jan Schmidt1-2/+6
2005-12-05libs/gst/base/gstbasetransform.c (gst_base_transform_prepare_output_buf)Wim Taymans1-33/+67
2005-11-28gst/gstpad.c (fixate_value): Use array functions for arrays.Andy Wingo1-3/+3
2005-11-24Doc fixes.Wim Taymans1-5/+6
2005-11-23remove mentions of sinesrcThomas Vander Stichele1-1/+1
2005-11-21gst/gst.h: Include glib-compat.h.Andy Wingo1-1/+1
2005-11-21check/gst/gstevent.c (create_custom_events): Check thatAndy Wingo1-22/+22
2005-11-21*.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK,...Andy Wingo1-133/+133
2005-11-21gst/gstpad.c (gst_pad_send_event): Doc more. Take stream lock on behalf of ev...Andy Wingo1-1/+26
2005-11-16gst/gstpad.*: add gst_pad_new_from_static_template functionsThomas Vander Stichele1-0/+25
2005-11-16gst/gstpad.c: Removed warning, it's not realy an error either.Wim Taymans1-2/+1
2005-11-16gst/: use gst_object_ref when setting the pad template; this will trigger the...Thomas Vander Stichele1-1/+2
2005-11-15gst/gstpad.c: GST_PAD_PAD_TEMPLATE(pad) gets the pad template, whileTim-Philipp Müller1-1/+1
2005-11-14gst/gstpad.c (gst_pad_set_active): Change docs; parent'sAndy Wingo1-2/+1
2005-11-11gst/gstpad.c: While checking the flag for reentrancy in the gstcaps function ...Wim Taymans1-26/+1
2005-11-10check/gst/gstghostpad.c: Added check for bug #317341Wim Taymans1-2/+5
2005-11-09gst/: Use GST_DEBUG_FUNCPTR() more extensively.Tim-Philipp Müller1-5/+5
2005-11-03docs/: Small docs updates.Wim Taymans1-1/+1
2005-11-03gst/gstpad.c: comparing a flag and a gboolean rarely returns coherent results...Edward Hervey1-1/+1
2005-11-03gst/gstpad.c: Fix some typos.Julien Moutte1-2/+2
2005-11-02gst/gstpad.c: Follow-up to Wim's patch, solves deadlock for blocked and flush...Edward Hervey1-0/+2
2005-11-02gst/gstpad.c: Unlock blocked pads when they are flushed.Wim Taymans1-5/+50
2005-11-02gst/base/gstcollectpads.c: Guard public API with assertions.Tim-Philipp Müller1-3/+2
2005-10-26fixing examples fixing docs typos changing log priority in error situationsStefan Kost1-1/+1
2005-10-20gst/: Another 1% more coverage.Wim Taymans1-0/+13
2005-10-19log an if branchThomas Vander Stichele1-1/+5
2005-10-16gst/gstcaps.c: Fix a bad bug with a simple fix. Because of unsigned ints, cap...Julien Moutte1-1/+1
2005-10-15gst/gst.*: remove _gst_registry_auto_load, not used anymoreThomas Vander Stichele1-5/+5
2005-10-15various style fixesThomas Vander Stichele1-5/+5
2005-10-15whitespace fixesThomas Vander Stichele1-34/+34
2005-10-15signedness fixesThomas Vander Stichele1-2/+2
2005-10-13include header correctly; show me the nameThomas Vander Stichele1-2/+3
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-8/+8