summaryrefslogtreecommitdiff
path: root/gst/gstpad.c
Commit message (Expand)AuthorAgeFilesLines
* Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier2021-09-241-6556/+0
* pad: Keep IDLE probe hook alive during immediate callbackJan Alexander Steffens (heftig)2021-08-241-1/+7
* pad: Ensure last flow return is set on sink pads in push modeEdward Hervey2021-08-181-2/+10
* gstpad: Don't spam INFO when default-chaining a buffer listNirbheek Chauhan2021-07-191-1/+1
* pad: clear probes holding mutexMiguel Paris2021-04-191-2/+1
* pad: Fix for multiple blocking probes interaction.Jan Schmidt2021-02-101-15/+58
* gstpad: Simplify task name creationEdward Hervey2020-05-041-8/+6
* gstevent: Add function for checking event name by GQuarkEdward Hervey2020-05-041-3/+3
* Use gst_object_unref() / gst_object_clear() instead of the GObject onesSebastian Dröge2020-04-201-2/+2
* pad: Add a guard against getrange functions not filling a caller-provided bufferSebastian Dröge2020-04-021-0/+4
* pad: clear sticky event tag upon stream-startNayana Topolsky2019-11-041-1/+3
* Don't pass default GLib marshallers for signalsNiels De Graef2019-09-091-2/+2
* pad: Added gst_pad_get_single_internal_linkVivia Nikolaidou2019-09-051-0/+66
* pad: increase debug-level to warning for fatal outcomesHavard Graff2019-06-131-2/+8
* gstpad: Probes that return HANDLED can reset the data info fieldEdward Hervey2019-05-161-1/+2
* doc: Fix hotdoc warningsThibault Saunier2019-05-131-1/+1
* pad: Document that pad unlink function is called with pad lock heldLawrence Troup2019-02-131-0/+4
* pad: Constructors are all not nullableSebastian Dröge2019-01-291-6/+3
* pad: Remove unneeded 64bit upcast in debug traceNicolas Dufresne2019-01-261-2/+1
* pad: Fix printf format when printing hook idSebastian Dröge2019-01-151-2/+2
* pad: Print some debug information about pad probe hooks we removeSebastian Dröge2018-12-141-0/+4
* query: add a new bitrate queryMatthew Waters2018-11-071-0/+4
* gstpad: use hook_id instead of hook in called_probes listHavard Graff2018-11-061-8/+8
* Revert "pad: Don't drop LATENCY queries with default implementation"Sebastian Dröge2018-08-311-6/+2
* Revert "pad: Accumulate live/non-live latency values separately"Sebastian Dröge2018-08-311-32/+20
* pad: Accumulate live/non-live latency values separatelySebastian Dröge2018-08-311-20/+32
* pad: Update pad offsets on the current event if the offset changed in pad probesSebastian Dröge2018-08-011-7/+28
* pad: Ensure that the pad is blocked for IDLE probes if they are called from t...Sebastian Dröge2018-08-011-0/+6
* Revert "pad: Handle changing sticky events in pad probes"Sebastian Dröge2018-07-231-30/+12
* Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller2018-06-241-7/+3
* pad: Fix race condition causing the same probe to be called multiple timesSebastian Dröge2018-05-111-23/+64
* Fix typos in comments and docsluz.paz2018-05-011-3/+3
* pad: Handle changing sticky events in pad probesThibault Saunier2018-04-171-12/+30
* pad: fix mixed declarationsMathieu Duponchelle2018-03-011-1/+2
* pad, ghostpad: use the template gtype if specifiedMathieu Duponchelle2018-03-011-1/+4
* gst: Fix up a bunch of GIR annotationsArun Raghavan2018-01-271-6/+6
* gstpad: Avoid stream-dead-lock on deactivationEdward Hervey2018-01-161-2/+5
* gstpad: Release pending g_cond_wait() when stopping/pausing taskEdward Hervey2018-01-151-0/+6
* gstpad: Handle GST_PAD_PROBE_HANDLED on sticky event pushEdward Hervey2017-12-061-0/+2
* pad: gst_pad_activate_mode() always succeed if same modeStian Selnes2017-11-241-0/+15
* gstpad: Make pad (de)activation atomicEdward Hervey2017-11-161-0/+22
* gstpad: Make calls to GstPadActivateFunction MT-safeEdward Hervey2017-11-161-10/+28
* pad: Don't call remaining probes after they return DROPPED|HANDLEDEdward Hervey2017-09-041-0/+10
* pad: Recheck sticky events after non-blocking buffer probes and blocking even...Sebastian Dröge2017-08-021-0/+15
* pad: add since marker to docs for new APITim-Philipp Müller2017-02-241-1/+3
* pad: Add API to get the current state of a taskThibault Saunier2017-02-241-0/+34
* Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier2017-01-271-0/+1
* gstpad: only warn on performance penalty if not using the template capsReynaldo H. Verdejo Pinochet2016-12-141-4/+5
* tracer: move the PAD_LINK tracer hook to _pad_link_full()Stefan Sauer2016-12-081-7/+4
* pad: add no-reconfigure link checkThiago Santos2016-11-011-1/+2