index
:
~adn770/gst-plugins-bad
0.10
backport
build
eglglessink_backport
hacking
master
opensles
osx-fix-pthread
shm-fixes
srtp
tsdemux
videoparsers
GStreamer plugins bad hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
decklink
/
gstdecklinkvideosink.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-12
decklinkvideosink: fix build
Matthew Waters
1
-3
/
+0
2018-09-12
decklink: wait for stop with a timeout
Matthew Waters
1
-9
/
+17
2018-09-12
decklink: start scheduled playback in paused
Matthew Waters
1
-149
/
+143
2018-07-10
decklink: keep the internal time we send to decklink always increasing
Matthew Waters
1
-0
/
+4
2017-12-14
decklinkvideosink: Only start if both sinks are set to PLAYING already
Sebastian Dröge
1
-77
/
+99
2017-12-14
decklinkaudiosink: Re-implement around GstBaseSink instead of GstAudioBaseSink
Sebastian Dröge
1
-13
/
+9
2017-12-06
decklinkvideosink: Wait until scheduled playback is actually stopped before c...
Sebastian Dröge
1
-1
/
+21
2017-11-22
decklinkvideosink: Print "Starting" instead of "Stopping" when starting
Sebastian Dröge
1
-1
/
+1
2017-10-18
decklink: Add read-only property to read the device serial number
Sebastian Dröge
1
-1
/
+15
2017-08-15
decklinkvideosink: Add support for Decklink hardware keying
Dave Johnstone
1
-1
/
+50
2017-08-02
decklink: Fix indentation
Sebastian Dröge
1
-8
/
+8
2017-07-19
decklink: Fix format specifier warnings in logging v2
Nirbheek Chauhan
1
-8
/
+14
2017-07-19
decklink: Fix build on mingw32 by adding missing WINAPI
Nirbheek Chauhan
1
-5
/
+6
2017-05-15
decklinkvideosink: Copy min(gstreamer_stride, decklink_stride) per line
Sebastian Dröge
1
-3
/
+3
2017-05-05
Revert "decklink: Fix debug logging warnings on Windows"
Nirbheek Chauhan
1
-8
/
+8
2017-05-05
decklink: Fix debug logging warnings on Windows
Nirbheek Chauhan
1
-8
/
+8
2017-03-01
decklinkvideosink: Don't error out if displaying the preroll frame fails
Sebastian Dröge
1
-4
/
+3
2017-02-01
decklinkvideosink: Show video frames synchronously in PAUSED
Sebastian Dröge
1
-0
/
+11
2017-02-01
decklinkvideosink: Do nothing if set_caps() is called with basically the same...
Sebastian Dröge
1
-1
/
+22
2016-11-28
decklink: Correctly set top-field-first/bottom-field-first
Sebastian Dröge
1
-5
/
+5
2016-11-28
decklinksrc: Stop using the "hardware" timestamps and directly use the pipeli...
Sebastian Dröge
1
-1
/
+2
2016-11-02
decklinkvideosink: Also stop scheduled playback when gst_element_lost_state()...
Sebastian Dröge
1
-44
/
+74
2016-11-02
decklink: Use gst_clock_adjust_with_calibration() and unadjust_with_calibrati...
Sebastian Dröge
1
-9
/
+3
2016-09-21
decklink: Print the Decklink API error return values in debug output in all p...
Sebastian Dröge
1
-1
/
+1
2016-09-12
Revert "decklinkvideosink: Scale down scheduled frame times to milliseconds"
Sebastian Dröge
1
-7
/
+1
2016-09-01
decklink: Fix-up last commit that was not meant to be pushed yet
Sebastian Dröge
1
-16
/
+18
2016-09-01
decklink: Fix indentation
Sebastian Dröge
1
-1
/
+2
2016-09-01
decklink: Require a clock when going from PAUSED_TO_PLAYING and don't crash i...
Sebastian Dröge
1
-26
/
+52
2016-08-26
decklinkvideosink: Scale down scheduled frame times to milliseconds
Sebastian Dröge
1
-1
/
+6
2016-08-04
decklinkvideosink: Add support for GstVideoTimeCode
Vivia Nikolaidou
1
-3
/
+67
2016-05-03
decklink: Add initial 10bit support for YUV modes
Vivia Nikolaidou
1
-7
/
+60
2016-01-22
decklinkvideosrc: implement RGB capture support
Julien Moutte
1
-1
/
+1
2015-12-18
decklinkvideosink: Made "auto" mode work according to caps
Vivia Nikolaidou
1
-3
/
+15
2015-09-24
decklink: Add a clock epoch that is used as offset whenever restarting the clock
Sebastian Dröge
1
-0
/
+3
2015-09-24
decklink: Disable inputs/outputs in PAUSED->READY to allow going to PAUSED ag...
Sebastian Dröge
1
-3
/
+21
2015-09-10
decklinkvideosink: less-than-zero comparison of an unsigned value is never true
Sebastian Dröge
1
-2
/
+3
2015-09-09
decklinkvideosink: Handle pipelines where the running time does not start aro...
Sebastian Dröge
1
-4
/
+26
2015-09-09
decklinkvideosink: Consider pipeline latency, render delay and ts offset when...
Sebastian Dröge
1
-0
/
+23
2015-06-13
decklinkvideosink: Remove late frame-dropping workaround for basesink bug
Sebastian Dröge
1
-43
/
+0
2015-06-12
decklinkvideosink: Don't require the same framerate in the input as the mode'...
Sebastian Dröge
1
-0
/
+17
2015-03-02
decklink: Reset the clock calibration when unsetting the master clock
Sebastian Dröge
1
-0
/
+2
2015-02-10
decklinkvideosink: Actually include the change mentioned in the last commit
Sebastian Dröge
1
-0
/
+12
2015-01-28
decklinkvideosink: Always lock the mutex before starting the streams
Sebastian Dröge
1
-0
/
+2
2015-01-28
decklinkvideosink: Fix deadlock
Sebastian Dröge
1
-2
/
+8
2015-01-28
decklink{audio,video}sink: Only start scheduled playback once both sources ar...
Sebastian Dröge
1
-61
/
+82
2015-01-28
decklink: Make sure our clock never returns NONE, always advances and does no...
Sebastian Dröge
1
-0
/
+27
2015-01-28
decklinkvideosink: Handle the clock returning GST_CLOCK_TIME_NONE properly
Sebastian Dröge
1
-4
/
+6
2015-01-28
decklinkvideo{sink,src}: Make elements more similar to the audio elements by ...
Sebastian Dröge
1
-104
/
+122
2015-01-15
decklinkvideosink: Also consider max-lateness property value before dropping ...
Sebastian Dröge
1
-2
/
+4
2015-01-14
decklinkvideosink: Stop scheduled playback shortly in PAUSED->PLAYING if it w...
Sebastian Dröge
1
-1
/
+15
[next]