summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2016-04-20baseparse: Remember if we interpolated DTS from PTS and refresh it whenever w...Sebastian Dröge1-5/+18
2016-04-15baseparse: When initializing DTS from PTS, remember that we did soSebastian Dröge1-1/+1
2016-03-23libcompat.h: strsignal() should be not be decleared constAnthony G. Basile1-1/+1
2016-03-14baseparse: Recheck after pre_push_frame() if there are tags pendingSebastian Dröge1-0/+8
2016-03-09netclientclock: Remove some obsolete code that can cause warningsSebastian Dröge1-10/+0
2016-03-09netclientclock: Don't reset calibration of internal clock whenever a new netc...Sebastian Dröge1-14/+19
2016-02-23gstcheck: Check return value of gst_buffer_mapEdward Hervey1-3/+3
2016-02-20Whenever we include windows.h, also define WIN32_LEAN_AND_MEANNirbheek Chauhan1-0/+1
2016-02-20ptpclock: Only include unistd.h if foundNirbheek Chauhan1-0/+5
2016-02-15docs: annotate C examples as suchEvan Nemerson3-3/+3
2016-02-15protection/harness/systemclock: move declaration out of for loop initializationThiago Santos1-4/+6
2016-02-15harness: always set our test-clock on the harnessed elementHavard Graff1-10/+13
2016-02-13harness: fix compilationTim-Philipp Müller1-1/+2
2016-02-13harness: fix indentationTim-Philipp Müller1-4/+5
2016-02-13harness: Fix MT issues when forwarding event/query to sink harnessStian Selnes1-4/+28
2016-02-12pushsrc: fix minor typos in headerMartin Kelly1-2/+2
2016-02-12harness: Add event stress test functions with callbackStian Selnes3-6/+110
2016-02-12testclock: add crank methodHavard Graff4-28/+57
2016-02-12harness: enable empty harness creation and refactor around thisHavard Graff3-94/+157
2016-02-12check: fix unused parameter compiler warningStian Selnes1-1/+1
2016-02-12harness: fix the race in blocking push modeMikhail Fludkov1-3/+5
2016-02-12check: Add tcase_skip_broken_loop_testStian Selnes1-0/+3
2016-02-12harness: Fix docs for stress test functionsStian Selnes1-6/+2
2016-02-12harness: Unset sink_forward_pad before tearing down sink_harnessStian Selnes1-4/+2
2016-02-12harness: fix up docs to reference functions properlyHavard Graff1-9/+9
2016-02-04baseparse: fix stray discont flag set on outgoing buffers in push modeTim-Philipp Müller1-0/+2
2016-02-02controller: Do not unset uninitiallized GValueThibault Saunier1-1/+2
2016-01-29baseparse: Try to generate caps on the srcpad before forwarding GAP eventHoonHee Lee1-1/+97
2016-01-15netclientclock: Check return value of g_socket_close()Sebastian Dröge1-1/+2
2016-01-15netclientclock: Free data after removing it from the listSebastian Dröge1-1/+1
2016-01-13netclientclock: Fix GError memory leak in handling NTP responseFlorin Apostol1-0/+1
2016-01-11basesrc: Only set duration/position query values in case of query successCarlos Rafael Giani1-2/+7
2016-01-06docs: remove parent docs for GstPtpClockStefan Sauer1-1/+0
2016-01-05clock: Fix typoSebastian Dröge1-2/+2
2016-01-05netclientclock: Disconnect the "synced" signal handler from the internal clockSebastian Dröge1-1/+2
2016-01-05controller: rename new cubic interpolation modeStefan Sauer3-21/+21
2016-01-05ntp: The clock inherits from GstNetClientClock, not just GstSystemClockSebastian Dröge1-1/+1
2016-01-04netclientclock: Destroy a cached clock 60 seconds after its last useSebastian Dröge1-3/+32
2016-01-04netclientclock: Only ever run one clock against a specific serverSebastian Dröge1-314/+608
2016-01-04nettimeprovider: Use GInitable instead of having a new() function that can re...Sebastian Dröge1-27/+44
2016-01-04nettimeprovider: Mark address, port and clock properties CONSTRUCT_ONLYSebastian Dröge1-4/+5
2015-12-30netclientclock: Implement resolval of hostnamesSebastian Dröge1-7/+23
2015-12-29ptpclock: Add read-only properties to get the master and grandmaster clock idsSebastian Dröge1-1/+35
2015-12-27check: don't memcmp twiceStefan Sauer1-3/+2
2015-12-14core: Add g_autoptr() support to all typesXavier Claessens20-0/+88
2015-12-08baseparse: post tag list when avg bitrate changes at least 2%Athanasios Oikonomou1-9/+12
2015-12-04helpers: really fix install raceRoss Burton1-10/+12
2015-12-02Drop usage of deprecated g-ir-scanner --strip-prefix flagReynaldo H. Verdejo Pinochet4-4/+8
2015-11-20controller: fix annotation to make g-ir-scanner happyTim-Philipp Müller1-1/+2
2015-11-19Revert "baseparse: do not overwrite header buffer timestamps"Thiago Santos1-8/+4