summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-08devicemonitor: add method to show all devicesHEADmasterWim Taymans3-13/+119
2015-08-08deviceprovider: Add method to hide devices from a providerWim Taymans4-7/+236
2015-08-07value: free caps during failureVineeth TM1-7/+3
2015-08-05registry: Add plugins to the registry we are loading and not default oneThibault Saunier3-4/+17
2015-08-05basesink: Only drop buffer if their PTS is out of segmentNicolas Dufresne1-2/+13
2015-08-05harness: don't run code inside g_assertLuis de Bethencourt1-34/+63
2015-08-04devicemonitor: get a list of currently monitored providersWim Taymans3-0/+48
2015-08-04pad: fix invalid unref after IDLE probe on non-OK flow returnGeorge Kiagiadakis1-0/+1
2015-08-04buffer: Fix the name of the parentbuffermeta debug category.Jan Schmidt1-2/+2
2015-08-04queue2: not update upstream size with negative valueEunhae Choi1-1/+7
2015-08-04buffer: Remove extra debug symbol from exportsJan Schmidt2-2/+1
2015-08-04filesink: use GST_INFO_OBJECT for more detailStefan Sauer1-2/+2
2015-07-30docs: info: remove 0.8 terminology from log level descriptionTim-Philipp Müller1-4/+4
2015-07-30tests: baseparse: fix buffer leak in unit testTim-Philipp Müller1-0/+1
2015-07-28doc/seekflags: Fix cross referencesNicolas Dufresne1-16/+17
2015-07-28docs: add a few more new symbols and definesTim-Philipp Müller1-0/+12
2015-07-28doc/capsfilter: Document filtering modesNicolas Dufresne1-0/+7
2015-07-28doc/filesink: Add BufferMode enumerationNicolas Dufresne3-8/+26
2015-07-28doc/gsthardness: Fix typo in GstAllocationParamsNicolas Dufresne1-5/+4
2015-07-28doc/gstharness: Remove unknown parameterNicolas Dufresne1-1/+0
2015-07-28capsfilter: Only remember previous filter caps if they were actually used for...Sebastian Dröge2-2/+8
2015-07-28capsfilter: When switching caps change modes, forget all previous capsSebastian Dröge1-1/+13
2015-07-27basetransform: Return FLOW_FLUSHING if negotiation fails during shutdownOlivier Crête1-0/+2
2015-07-22harness: Fix indendationOlivier Crête1-2/+2
2015-07-22basetransform: Avoid increasing query referenceNicolas Dufresne1-4/+14
2015-07-22docs: fix description of gst_buffer_extract_dup()Tim-Philipp Müller1-2/+2
2015-07-21concat: dot not reset pad states too earlyThiago Santos1-20/+10
2015-07-20harness: add functions for adding sub-harnesses directlyHavard Graff4-30/+70
2015-07-17baseparse: Don't override gst_segment_do_seek()Nicolas Dufresne1-2/+0
2015-07-17baseparse: Fix extrapolation of seeksegment.stopNicolas Dufresne1-4/+6
2015-07-16devicemonitor: do start and stop outside of the lockWim Taymans1-13/+71
2015-07-16deviceprovider: small cleanupsWim Taymans2-8/+14
2015-07-16devicemonitor: keep order of providers and devicesWim Taymans1-2/+2
2015-07-16harness: fix indentationTim-Philipp Müller1-5/+5
2015-07-16harness: fix pad template leakTim-Philipp Müller1-1/+5
2015-07-16docs: drop reference to sourceforge mailing list adressTim-Philipp Müller1-2/+1
2015-07-16harness: don't re-establish the harness sink and src padsHavard Graff1-2/+6
2015-07-16harness: Improve detection of element typeStian Selnes2-36/+66
2015-07-16harness: Forward sticky events to sink harnessStian Selnes1-0/+10
2015-07-16harness: make header nicer to readTim-Philipp Müller1-87/+187
2015-07-16docs: add new function to API docsTim-Philipp Müller1-0/+1
2015-07-15device: add generic struct with propertiesWim Taymans3-14/+55
2015-07-14tee: fix typo in allow-not-linked property descriptionTim-Philipp Müller1-2/+2
2015-07-13docs: bus: mention main loop requirement in gst_bus_add_watch() docsTim-Philipp Müller1-0/+4
2015-07-13task: add function guard for _set_lock() and fix guard for _join()Prashant Gotarne1-2/+4
2015-07-11protection: implement meta transform functionPhilippe Normand1-2/+23
2015-07-10baseparse: estimate duration on EOSVineeth TM1-0/+3
2015-07-10adapter: change log message properlyHyunjun Ko1-6/+6
2015-07-08docs: add StreamidDemux to documentationJustin Joy2-3/+18
2015-07-08adapter: fix to get valid (buffer_)listHyunjun Ko1-9/+40