summaryrefslogtreecommitdiff
path: root/gst/gstpad.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-21gst/gstpad.c: Added simple version of improved caps checking. It was previous...Wim Taymans1-22/+15
2007-05-02gst/gstpad.c: Fix documentation as spotted by rg on IRC.Wim Taymans1-1/+1
2007-04-12docs/faq/gst-uninstalled: don't get empty paths on the PATH variablesThomas Vander Stichele1-6/+4
2007-04-09don't format for the uncommon editor width of 84 charactersThomas Vander Stichele1-39/+41
2007-03-22gst/gstpad.c: Revert last commit. This needs some more thoughts.Sebastian Dröge1-6/+62
2007-03-22gst/gstpad.c: Check in set_caps if the caps are compatible with the pad and r...Sebastian Dröge1-62/+6
2007-03-22gst/gstpad.c: Fix possible deadlock if pad eventfunc is not specified. Fixes...Wim Taymans1-0/+4
2007-03-13docs/: Do some Architect work.Stefan Kost1-2/+4
2007-02-20Make the ghostpad a parent of the internal pad again for better backward comp...Wim Taymans1-0/+11
2007-02-20Do not set the internal pad as a parent anymore so we can avoid hierarchy lin...Wim Taymans1-6/+28
2007-02-15gst/gstpad.c: Improve debugging of default pad dispatcher and query functions.Wim Taymans1-5/+16
2007-01-29configure.ac: comment about refining the xml depsStefan Kost1-0/+1
2007-01-21gst/gstpad.c: Fix two docs typoes (#399094).Mark Nauwelaerts1-4/+4
2007-01-13gst/gstpad.c (gst_pad_get_range, gst_pad_pull_range): Allow getrange() to ret...Andy Wingo1-0/+20
2007-01-12gst/gstpad.c (gst_pad_activate_pull): Refuse to activate unlinked sink pads i...Andy Wingo1-23/+22
2007-01-10docs/design/part-negotiation.txt: Update with, um, one way that pull-mode neg...Andy Wingo1-17/+18
2007-01-06gst/gstpad.c (gst_pad_get_range, gst_pad_pull_range): Set caps on the pads if...Andy Wingo1-0/+65
2006-12-15gst/: Set pads to FLUSHING when they are created. Check, warn and fix when a ...Wim Taymans1-5/+0
2006-11-15gst/gstpad.c: Can't access event structure after giving away ownership of the...Tim-Philipp Müller1-3/+3
2006-11-13gst/gstpad.c: Fix documentation for gst_pad_dispatcher. Fixes #374475.Mark Nauwelaerts1-2/+2
2006-11-06gst/gstpad.c: Enhance debug and improve docsStefan Kost1-7/+9
2006-11-03gst/gstpad.c: Some small cleanups. Improve debugging.Mark Nauwelaerts1-14/+30
2006-10-23docs/design/part-events.txt: Update some docs.Wim Taymans1-18/+9
2006-10-13gst/gstelement.h: Clarify _NO_PREROLL a bit more.Yves Lefebvre1-46/+50
2006-10-10gst/gstpad.c: Update some docs.Sebastien Cote1-3/+12
2006-10-05Printf fixes.Tim-Philipp Müller1-2/+1
2006-10-02gst/gstpad.c: Add 'Since: 0.10.11' to gst_pad_is_blocking() gtk-doc blurb.Tim-Philipp Müller1-0/+2
2006-10-02docs/design/part-block.txt: Further explain the use of flushing on blocked pads.Edward Hervey1-4/+52
2006-09-01gst/gstinfo.c: Fix locking order, handle NULL function values properly.Tim-Philipp Müller1-3/+5
2006-08-28more logical to log the sending pad, and the pad it is sending toThomas Vander Stichele1-2/+2
2006-08-23gst/gstpad.c: Improve debugging for task functions.Wim Taymans1-0/+9
2006-08-20Simplify caps to get rid of duplicates, fixes #345444Stefan Kost1-3/+7
2006-08-14gst/: Small doc updates.Wim Taymans1-5/+24
2006-07-31gst/gstpad.c: Use _DEBUG_OBJECT when it makes sense.Wim Taymans1-210/+223
2006-07-19Fix typos (#348000).Tim-Philipp Müller1-3/+3
2006-07-11gst/gstbin.c: (de)activate src pads before calling state_change on the childs.Edward Hervey1-21/+8
2006-07-09gst/gstpad.c: Use some more macros where it makes sense.Wim Taymans1-27/+83
2006-07-06gst/gstpad.*: Lots of comments and docs added to the pad functions.Wim Taymans1-37/+88
2006-07-03gst/gstpad.c: Implement pad blocking on events according to part-block.txt.Edward Hervey1-8/+96
2006-06-12gst/: constify quark registration strings. Fixes #344115Stefan Kost1-22/+28
2006-05-23gst/gstpad.*: Added _CUSTOM error and success GstFlowReturn that can be used ...Wim Taymans1-1/+7
2006-05-19gst/gstpad.c: Short-circuit gst_pad_set_caps if setting the existing caps poi...Jan Schmidt1-0/+5
2006-05-11G_OBJECT_CLASS macro usage batch cleanup, fixes #337747 for coreStefan Kost1-7/+5
2006-05-04gst/gstpad.c: Restore acceptcaps checking behaviour now that good plugins hav...Jan Schmidt1-23/+5
2006-04-28small doc fixThomas Vander Stichele1-2/+3
2006-04-22gst/: Fix internal data flow errors. Fixes #338711.Wim Taymans1-5/+24
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-3/+3
2006-04-08gst/gstpad.c: Must set peer pads before calling the link function, otherwise ...Tim-Philipp Müller1-3/+7
2006-04-06gst/gstpad.c: Typo fixes in docs.Tim-Philipp Müller1-2/+2
2006-04-06gst/gstpad.c: Use g_value_get_object() instead of g_value_dup_gst_object(), t...Michael Smith1-1/+1