summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-07docs: Fix a few gtk-doc warningsHEADmasterTim-Philipp Müller5-5/+5
2017-12-06tests: aggregator: fix caps leak in unit testTim-Philipp Müller1-2/+6
2017-12-06gstpad: Handle GST_PAD_PROBE_HANDLED on sticky event pushEdward Hervey1-0/+2
2017-12-06event/query/message: Annotate get_structure() return value as nullableSebastian Dröge3-9/+9
2017-12-06query: Add an empty structure in writable_structure() if there is none yetSebastian Dröge1-1/+12
2017-12-05docs: Misc addition/fixesEdward Hervey5-3/+45
2017-12-05docs: Add documentation for GST_SEQNUM_INVALIDEdward Hervey3-1/+12
2017-12-05utils: Never return a group_id of 0, add GST_GROUP_ID_INVALIDEdward Hervey3-2/+23
2017-12-05harness: make bindings use the GBytes variant for _take_all_data()Tim-Philipp Müller1-1/+1
2017-12-05harness: use new take_all_data() function in _dump_to_file().Havard Graff1-18/+10
2017-12-05harness: add gst_harness_take_all_data() + _take_all_data_as_{bytes,buffer}()Tim-Philipp Müller5-0/+185
2017-12-05buffer: document that _extract_dup() will return NULL for 0-sized bufTim-Philipp Müller1-5/+10
2017-12-05meson: Use array syntax instead of .get() in testsNirbheek Chauhan1-2/+2
2017-12-05meson: Use new find_program fallback syntaxNirbheek Chauhan1-14/+2
2017-12-04gst: gst_element_remove_pad() is transfer none for the padSebastian Dröge1-1/+1
2017-12-04aggregator: add finish_buffer() vfuncTim-Philipp Müller2-12/+34
2017-12-04aggregator: disable tag merging and forwarding for nowTim-Philipp Müller1-14/+6
2017-12-04devicemonitor: Avoid maybe-uninitialized compiler warningJan Alexander Steffens (heftig)1-4/+2
2017-12-03gst: Annotate various strings as type filename if they represent a path/filenameSebastian Dröge3-5/+5
2017-12-02aggregator: hook up to docsTim-Philipp Müller4-3/+65
2017-12-02aggregator: hook up to build systemTim-Philipp Müller8-5/+21
2017-12-02Move GstAggregator from -bad to coreTim-Philipp Müller3-0/+4634
2017-12-02aggregator: Remove klass->sinkpads_typeMathieu Duponchelle2-8/+4
2017-12-02aggregator: add doc blurb for gst_aggregator_pad_is_eos()Tim-Philipp Müller1-0/+6
2017-12-02aggregator: also remove now-unused PadForeachFunc declarationTim-Philipp Müller1-5/+0
2017-12-02aggregator: Remove pad iterator functionOlivier Crête2-86/+0
2017-12-02aggregator: use new gst_element_foreach_sink_pad()Tim-Philipp Müller1-15/+21
2017-12-02aggregator: add more commentsStefan Sauer1-0/+6
2017-12-02tests: comment and logging cleanups for audiomixer and aggregatorStefan Sauer1-5/+8
2017-12-02aggregator: fix type for latency property (int64 -> GStClockTime)Stefan Sauer1-11/+10
2017-12-02aggregator: Don't take flush lock from output threadOlivier Crête1-7/+17
2017-12-02aggregator: Don't block if adding to the tail of the queueOlivier Crête1-1/+1
2017-12-02aggregator: review code related to time levelStefan Sauer1-22/+24
2017-12-02aggregator: init latency values with 0 instead of FALSEStefan Sauer1-1/+1
2017-12-02aggregator: code cleanup for event and query funcStefan Sauer1-8/+8
2017-12-02aggregator: simplify pad_event_func for FLUSH_STOP eventsStefan Sauer1-13/+7
2017-12-02aggregator: drop special casing for eosStefan Sauer1-34/+3
2017-12-02aggregator: add a doc-blob for the event_funcStefan Sauer1-0/+4
2017-12-02aggregator: rename a local variableStefan Sauer1-5/+5
2017-12-02aggregator: remove commented codeStefan Sauer1-2/+2
2017-12-02aggregator: move the comment for the locks to the lock macrosStefan Sauer1-6/+4
2017-12-02aggregator: improve section docsStefan Sauer1-0/+6
2017-12-02aggregator: add two more tests for a sequence of dataStefan Sauer1-0/+66
2017-12-02aggregator: refactor the test helperStefan Sauer1-67/+89
2017-12-02aggregator: test cleanupStefan Sauer1-32/+15
2017-12-02aggregator: cleanup event forwardingStefan Sauer1-22/+21
2017-12-02aggregator: simplify src_eventStefan Sauer1-18/+4
2017-12-02aggregator: register func for do_events_and_queriesStefan Sauer1-4/+6
2017-12-02aggregator: only set clipped_buffer to NULL if neededStefan Sauer1-1/+1
2017-12-02aggregator: rename check_eventsStefan Sauer1-7/+8