summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-16poll: Fixes in new GstPollFd APIbug-597662-win32Jan Schmidt5-583/+575
2009-11-16Native Win32 process spawning and I/OРуслан Ижбулатов1-16/+731
2009-11-16Native Win32 named pipe I/OРуслан Ижбулатов2-94/+743
2009-11-16check: Add a debug status to the systemclock testJan Schmidt1-1/+1
2009-11-16TODO: remove stepping from TODOWim Taymans1-9/+0
2009-11-16basesink: fix position reportingWim Taymans1-7/+8
2009-11-16utils: API: Add multiplication and addition functions for fractionsSebastian Dröge5-25/+108
2009-11-16gstutils: API: Add fraction helper functionsSebastian Dröge5-93/+191
2009-11-13debug: add more debug logging to help tracking parsing errorsStefan Kost1-5/+17
2009-11-13miniobject: avoid race when recycling buffersOle André Vadla Ravnås2-7/+188
2009-11-12whitespace: remove blanks in doc-commentStefan Kost1-2/+2
2009-11-12registry: Import _priv_gst_dll_handle into gstregistry.cРуслан Ижбулатов1-0/+4
2009-11-12tests: Do not list libgstcheck as a requirement for tests/examples/manualРуслан Ижбулатов1-5/+3
2009-11-11basesink: Fix treating base_time as unsigned in position calculationJan Schmidt1-3/+5
2009-11-10registry: API: Add gst_{default,}_registry_get_feature_list_cookie()Sebastian Dröge4-0/+35
2009-11-10queue2: fix printf formatThiago Santos1-2/+2
2009-11-10queue2: avoid crashing due to negative percentThiago Santos1-2/+3
2009-11-10queue2: Fix small doc typoThiago Santos1-1/+1
2009-11-10registrychunks: fix compilation with debugging disabledTim-Philipp Müller1-1/+3
2009-11-09planning: add thoughts about foreign registry cache updatesStefan Kost2-1/+54
2009-11-09inspect: allow to get plugin-install-info for all installed pluginsStefan Kost1-3/+24
2009-11-09docs: don't forget to unref the padWim Taymans1-0/+2
2009-11-07gst-launch: wake up less often to check if we've been interruptedTim-Philipp Müller1-2/+2
2009-11-05gstconfig.h: add define to force printf format checking for debug messagesTim-Philipp Müller1-0/+26
2009-11-05tests: Make sure we use the local libgstbase and not a stray outside one.Edward Hervey2-31/+8
2009-11-05docs: fix typoTim-Philipp Müller1-2/+2
2009-11-05taglist: avoid looking up GstTagInfo twice in a rowTim-Philipp Müller1-11/+16
2009-11-05gstregistrychunks: We're certain plugin_name is an intern string.Edward Hervey1-2/+1
2009-11-05implement buffering-left argument to buffer messagesBastien Nocera1-3/+16
2009-11-05query: whitespace fixesWim Taymans1-30/+30
2009-11-05ghostpad: fix lockingWim Taymans1-0/+2
2009-11-05ghostpad: don't release mutex twiceStefan Kost1-1/+0
2009-11-05ghostpad: skip type check in internal apiStefan Kost1-1/+1
2009-11-05pad: indentation fixWim Taymans1-1/+1
2009-11-05pad: rename new api from _refed to _reffed.Stefan Kost8-22/+22
2009-11-04element: access padtemplate list directly to avoid call and type check.Stefan Kost1-2/+2
2009-11-04event: Add a FIXME 0.11 for having flush events that don't reset running timeSebastian Dröge1-0/+4
2009-11-04registrychunks: Fix a printf compile warning on 64-bit platformsJan Schmidt1-1/+1
2009-11-04ghostpad: Make sure that nobody sets the proxypad or ghostpad itself as targetSebastian Dröge1-0/+2
2009-11-04plugin loader: Don't fail after a short read/writeJan Schmidt2-42/+61
2009-11-04plugin loader: Don't crash on bogus plugin detailsJan Schmidt1-13/+28
2009-11-04gst-indent: Use the same logic to find gnuindent as the git hookJan Schmidt1-1/+25
2009-11-03build: include stdio.h for FILEStefan Kost1-0/+1
2009-11-03docs: add another example to the gst-launch man pageTim-Philipp Müller1-1/+13
2009-11-02gsttypefind: avoid one more run-time type checkTim-Philipp Müller1-1/+1
2009-11-02structure: API: Add gst_structure_id_has_field{,_typed}Sebastian Dröge4-15/+67
2009-11-02gsttypefind: Use _CAST variants when the type has alredy been checked.Edward Hervey1-5/+5
2009-11-01ghostpad: Implement iterate internal linksSebastian Dröge1-0/+17
2009-10-31parser: Make sure that signal user data is freed by setting a GClosureNotifySebastian Dröge1-15/+13
2009-10-31parser: Use GSlice for allocating the structsSebastian Dröge1-8/+8