summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-27identity: With sync=true, don't pre-rollOlivier Crête2-0/+27
2015-04-27identity: Take upstream latency into account for sync=1Olivier Crête2-0/+50
2015-04-27identity: Handle PTS and DTS separatelyOlivier Crête1-6/+16
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller14-192/+0
2015-04-24inputselector: Only try to push the first EOS receivedThiago Santos2-13/+27
2015-04-24tests: printf: add unit test for %%Tim-Philipp Müller1-0/+13
2015-04-24printf: fix invalid memory access in case of %%Tim-Philipp Müller1-0/+5
2015-04-23tests: define GST_CHECK_TEST_ENVIRONMENT_BEACONTim-Philipp Müller1-2/+4
2015-04-23check: optionally check env var for us to make sure test env is set upTim-Philipp Müller1-0/+13
2015-04-23basesrc: Remove unused assignment in perform_seek()Changbok Chea1-6/+0
2015-04-23test: memory: Added test to verify the allocation paramsPrashant Gotarne1-0/+43
2015-04-23tests: info: add test case to reproduce infinite loopJason Litzinger1-0/+56
2015-04-23gstinfo: fix infinite loop in gst_debug_unset_threshold_for_name()Jason Litzinger1-0/+2
2015-04-22scripts: create-uninstalled-setup: miscellaneous fixesTim-Philipp Müller1-12/+12
2015-04-22Add INSTALL to .gitignoreTim-Philipp Müller1-0/+1
2015-04-22tests: error out if test environment is not actually set up properlyTim-Philipp Müller1-1/+2
2015-04-22configure: can use AM_SILENT_RULES unconditionally nowTim-Philipp Müller1-4/+2
2015-04-22configure: bump automake requirement to 1.14 and autoconf to 2.69Tim-Philipp Müller1-2/+2
2015-04-22Remove INSTALL fileSebastian Dröge1-370/+0
2015-04-20gstreamer-uninstalled: Update path to the GstValidate scenariosThibault Saunier1-1/+1
2015-04-20buffer: Check return value of meta transform function in gst_buffer_copy_into()Sebastian Dröge1-2/+6
2015-04-18event: fix header formattingTim-Philipp Müller1-4/+3
2015-04-18tests: protection: fix leak in unit testTim-Philipp Müller1-0/+2
2015-04-18gst.h: include the new gstprotection.h headerTim-Philipp Müller1-0/+1
2015-04-18protection: add GstProtectionMeta to support protected contentAlex Ashley11-0/+607
2015-04-18event: add new GST_EVENT_PROTECTIONAlex Ashley4-0/+169
2015-04-18tee: fix use of possibly-freed pad in debug statementTim-Philipp Müller1-2/+3
2015-04-18tests: info: fix unit test when run with GST_DEBUG=*:9Tim-Philipp Müller1-1/+1
2015-04-18tests: pad: fix buffer leak in new blocking_with_probe_type_idle testTim-Philipp Müller1-0/+1
2015-04-18tests: pad: fix invalid memory access in debug log messageTim-Philipp Müller1-1/+3
2015-04-17helpers: on OSX, MKDIR_P is install-sh -c -dMathieu Duponchelle1-1/+1
2015-04-17helpers: install -D isn't portable, use $(MKDIR_P) instead.Mathieu Duponchelle1-1/+2
2015-04-16tests: pad: test that idle probe will blockThiago Santos1-0/+83
2015-04-16pad: block data flow when idle probe is runningThiago Santos1-0/+49
2015-04-16docs: clarify that return value of gst_filename_to_uri() must be freedTim-Philipp Müller1-0/+3
2015-04-15bin: undo upward state changes on children when a child failsVincent Penquerc'h2-1/+91
2015-04-15helpers: use $(INSTALL) to ... install the helper.Mathieu Duponchelle1-3/+3
2015-04-15helpers: Fix Makefile.am to install the completion-helper correctly.Mathieu Duponchelle1-1/+1
2015-04-15Revert "basesrc: fix pool leak on allocation query error path"Vincent Penquerc'h1-1/+0
2015-04-15tests: clock: fix test clock nameSuhwang Kim1-1/+1
2015-04-14elementfactory: add ENCRYPTOR class definesTim-Philipp Müller2-1/+7
2015-04-14elementfactory: add DECRYPTOR class definesAlex Ashley2-1/+7
2015-04-13typefindelement: Use gst_event_unref() instead of gst_mini_object_unref() + c...Sebastian Dröge1-2/+2
2015-04-13typefind: fix leak in gst_type_find_element_src_event()Guillaume Desmottes1-1/+4
2015-04-13gstvalue: reset errno before g_ascii_strtoull callHyunjun Ko1-0/+1
2015-04-13basesrc: Only set DTS to segment.start on the first buffer if subclass did no...Sebastian Dröge1-1/+1
2015-04-13typefind: Run the default have-type handler after all application handlersSebastian Dröge1-1/+1
2015-04-10multiqueue: Don't automatically enter the buffering state when use-buffering ...Duncan Palmer1-1/+0
2015-04-10inputselector: fix cached buffer leak in chain functionGuillaume Desmottes1-1/+6
2015-04-08tests: Use AM_TESTS_ENVIRONMENTEdward Hervey3-2/+2