index
:
delta/gstreamer.git
0.10
0.11
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.20
1.22
1.4
1.6
1.8
BRANCH-AUTOPLUG2
BRANCH-BUILD1
BRANCH-CAPSNEGO1
BRANCH-COMPANY
BRANCH-ERROR
BRANCH-EVENTS1
BRANCH-EVENTS2
BRANCH-GOBJECT1
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-INCSCHED1
BRANCH-PLUGINVER1
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-THREADED
CAPS
TYPEFIND
baserock/1.4
baserock/1.4.4+bison_fix
baserock/1.6
baserock/1.6.3
baserock/franred/1.4-fix-bison-check
baserock/genivi/baseline
baserock/james/0.10
baserock/morph/0.10
baserock/morph/1.2
main
master
zeenix/inspect-colors
gitlab.freedesktop.org: gstreamer/gstreamer.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
gstpad.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move files from gstreamer into the "subprojects/gstreamer/" subdir
Thibault Saunier
2021-09-24
1
-6556
/
+0
*
pad: Keep IDLE probe hook alive during immediate callback
Jan Alexander Steffens (heftig)
2021-08-24
1
-1
/
+7
*
pad: Ensure last flow return is set on sink pads in push mode
Edward Hervey
2021-08-18
1
-2
/
+10
*
gstpad: Don't spam INFO when default-chaining a buffer list
Nirbheek Chauhan
2021-07-19
1
-1
/
+1
*
pad: clear probes holding mutex
Miguel Paris
2021-04-19
1
-2
/
+1
*
pad: Fix for multiple blocking probes interaction.
Jan Schmidt
2021-02-10
1
-15
/
+58
*
gstpad: Simplify task name creation
Edward Hervey
2020-05-04
1
-8
/
+6
*
gstevent: Add function for checking event name by GQuark
Edward Hervey
2020-05-04
1
-3
/
+3
*
Use gst_object_unref() / gst_object_clear() instead of the GObject ones
Sebastian Dröge
2020-04-20
1
-2
/
+2
*
pad: Add a guard against getrange functions not filling a caller-provided buffer
Sebastian Dröge
2020-04-02
1
-0
/
+4
*
pad: clear sticky event tag upon stream-start
Nayana Topolsky
2019-11-04
1
-1
/
+3
*
Don't pass default GLib marshallers for signals
Niels De Graef
2019-09-09
1
-2
/
+2
*
pad: Added gst_pad_get_single_internal_link
Vivia Nikolaidou
2019-09-05
1
-0
/
+66
*
pad: increase debug-level to warning for fatal outcomes
Havard Graff
2019-06-13
1
-2
/
+8
*
gstpad: Probes that return HANDLED can reset the data info field
Edward Hervey
2019-05-16
1
-1
/
+2
*
doc: Fix hotdoc warnings
Thibault Saunier
2019-05-13
1
-1
/
+1
*
pad: Document that pad unlink function is called with pad lock held
Lawrence Troup
2019-02-13
1
-0
/
+4
*
pad: Constructors are all not nullable
Sebastian Dröge
2019-01-29
1
-6
/
+3
*
pad: Remove unneeded 64bit upcast in debug trace
Nicolas Dufresne
2019-01-26
1
-2
/
+1
*
pad: Fix printf format when printing hook id
Sebastian Dröge
2019-01-15
1
-2
/
+2
*
pad: Print some debug information about pad probe hooks we remove
Sebastian Dröge
2018-12-14
1
-0
/
+4
*
query: add a new bitrate query
Matthew Waters
2018-11-07
1
-0
/
+4
*
gstpad: use hook_id instead of hook in called_probes list
Havard Graff
2018-11-06
1
-8
/
+8
*
Revert "pad: Don't drop LATENCY queries with default implementation"
Sebastian Dröge
2018-08-31
1
-6
/
+2
*
Revert "pad: Accumulate live/non-live latency values separately"
Sebastian Dröge
2018-08-31
1
-32
/
+20
*
pad: Accumulate live/non-live latency values separately
Sebastian Dröge
2018-08-31
1
-20
/
+32
*
pad: Update pad offsets on the current event if the offset changed in pad probes
Sebastian Dröge
2018-08-01
1
-7
/
+28
*
pad: Ensure that the pad is blocked for IDLE probes if they are called from t...
Sebastian Dröge
2018-08-01
1
-0
/
+6
*
Revert "pad: Handle changing sticky events in pad probes"
Sebastian Dröge
2018-07-23
1
-30
/
+12
*
Update for g_type_class_add_private() deprecation in recent GLib
Tim-Philipp Müller
2018-06-24
1
-7
/
+3
*
pad: Fix race condition causing the same probe to be called multiple times
Sebastian Dröge
2018-05-11
1
-23
/
+64
*
Fix typos in comments and docs
luz.paz
2018-05-01
1
-3
/
+3
*
pad: Handle changing sticky events in pad probes
Thibault Saunier
2018-04-17
1
-12
/
+30
*
pad: fix mixed declarations
Mathieu Duponchelle
2018-03-01
1
-1
/
+2
*
pad, ghostpad: use the template gtype if specified
Mathieu Duponchelle
2018-03-01
1
-1
/
+4
*
gst: Fix up a bunch of GIR annotations
Arun Raghavan
2018-01-27
1
-6
/
+6
*
gstpad: Avoid stream-dead-lock on deactivation
Edward Hervey
2018-01-16
1
-2
/
+5
*
gstpad: Release pending g_cond_wait() when stopping/pausing task
Edward Hervey
2018-01-15
1
-0
/
+6
*
gstpad: Handle GST_PAD_PROBE_HANDLED on sticky event push
Edward Hervey
2017-12-06
1
-0
/
+2
*
pad: gst_pad_activate_mode() always succeed if same mode
Stian Selnes
2017-11-24
1
-0
/
+15
*
gstpad: Make pad (de)activation atomic
Edward Hervey
2017-11-16
1
-0
/
+22
*
gstpad: Make calls to GstPadActivateFunction MT-safe
Edward Hervey
2017-11-16
1
-10
/
+28
*
pad: Don't call remaining probes after they return DROPPED|HANDLED
Edward Hervey
2017-09-04
1
-0
/
+10
*
pad: Recheck sticky events after non-blocking buffer probes and blocking even...
Sebastian Dröge
2017-08-02
1
-0
/
+15
*
pad: add since marker to docs for new API
Tim-Philipp Müller
2017-02-24
1
-1
/
+3
*
pad: Add API to get the current state of a task
Thibault Saunier
2017-02-24
1
-0
/
+34
*
Port gtk-doc comments to their equivalent markdown syntax
Thibault Saunier
2017-01-27
1
-0
/
+1
*
gstpad: only warn on performance penalty if not using the template caps
Reynaldo H. Verdejo Pinochet
2016-12-14
1
-4
/
+5
*
tracer: move the PAD_LINK tracer hook to _pad_link_full()
Stefan Sauer
2016-12-08
1
-7
/
+4
*
pad: add no-reconfigure link check
Thiago Santos
2016-11-01
1
-1
/
+2
[next]