summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/gstbin.c: Make sure that the child bin stops after completing the async s...Wim Taymans2007-05-251-2/+9
* gst/gstbin.c: Enable latency for next release.Wim Taymans2007-05-241-16/+20
* gst/gstbin.*: 'private' is a c++ keyword, let's not use that in header files,...Tim-Philipp Müller2007-05-222-11/+11
* Add a property for bins that handle the state change of their childs.Edward Hervey2007-05-222-5/+88
* gst/gstelement.c (gst_element_requires_clock, gst_element_provides_clock, gst...Stefan Kost2007-05-224-88/+86
* docs/design/part-synchronisation.txt: Small addition.Wim Taymans2007-05-212-8/+20
* gst/gstpad.c: Added simple version of improved caps checking. It was previous...Wim Taymans2007-05-211-22/+15
* gst/gstsegment.c: Small doc fix.Edward Hervey2007-05-171-3/+3
* gst/gstplugin.c: If we fail to load a plugin because of unresolved symbols or...Tim-Philipp Müller2007-05-161-1/+1
* gst/gstutils.h: Reword some documentation.David Schleef2007-05-131-12/+12
* gst/gstplugin.c: gst_plugin_register_func() doesn't actually do anything with...David Schleef2007-05-131-8/+7
* gst/gstplugin.c: Using sigaction should depend on HAVE_SIGACTION, not HAVE_WI...David Schleef2007-05-131-3/+3
* gst/gst.c: Add GST_DISABLE_OPTION_PARSING, in order to disable option parsing...David Schleef2007-05-122-2/+25
* gst/gsturi.c: Don't leak plugin feature.Tim-Philipp Müller2007-05-111-1/+1
* gst/gsturi.c: Treat protocol strings in a case-insensitive way (#437563).Jeroen Wouters2007-05-111-2/+2
* gst/: Don't print a g_warning for any failure to load a shared object.Michael Smith2007-05-112-17/+9
* gst/gstplugin.c (gst_plugin_load_file): gst/gstregistry.c (GST_CAT_DEFAULT, g...Stefan Kost2007-05-112-7/+23
* gst/: Maintain API and ABI when --disable-parse is used. Now that we have an ...Peter Kjellerstedt2007-05-095-36/+42
* gst/gstpad.c: Fix documentation as spotted by rg on IRC.Wim Taymans2007-05-021-1/+1
* gst/gstutils.c: Improve docs for gst_element_{link,unlink}.Stefan Kost2007-04-291-1/+5
* Typo fixes; minor docs addition.Tim-Philipp Müller2007-04-283-9/+11
* API: Add gst_uri_protocol_is_supported(), which checks if an sink or src that...Sebastian Dröge2007-04-272-7/+51
* API: add gst_buffer_try_new_and_alloc() plus unit test (#431940).Tim-Philipp Müller2007-04-262-4/+53
* gst/gstregistrybinary.*: Implement no-mmap alternative for registry reading. ...Stefan Kost2007-04-262-35/+65
* gst/gstregistrybinary.h (GstBinaryPluginElement,Stefan Kost2007-04-251-6/+20
* gst/gstregistrybinary.*: Refactor so that we can implement multiple features....Stefan Kost2007-04-252-46/+125
* gst/gstbin.c: Fix build with --gst-disable-gst-debugStefan Kost2007-04-231-22/+22
* 2nd attempt to have a xml-less build as a joined effort of #413123 and #421480.Stefan Kost2007-04-204-47/+60
* gst/parse/: Update the prebuild parser sources.Sebastian Dröge2007-04-193-49/+52
* gst/parse/Makefile.am: And now fix the building of the flex sources. Now ever...Sebastian Dröge2007-04-191-2/+2
* gst/parse/Makefile.am: Now hopefully fix the build failures by setting proper...Sebastian Dröge2007-04-191-6/+6
* gst/parse/Makefile.am: Fix the build by correcting the rule that gave wrong f...Stefan Kost2007-04-191-6/+6
* gst/parse/Makefile.am: Add correct grammar.tab.h dependency if compiling with...Sebastian Dröge2007-04-191-1/+1
* gst/parse/Makefile.am: Fix typo and use outdated sources if the flex/bison so...Sebastian Dröge2007-04-181-1/+13
* gst/parse/: Make the parser reentrant and recursively callable. This requires...Marc-Andre Lureau2007-04-187-58/+5265
* Make --disable-nls to workStefan Kost2007-04-181-2/+0
* gst/gstconfig.h.in: Revert previous change that broke the build.Wim Taymans2007-04-171-6/+1
* Drop libxml2 dependency when building withStefan Kost2007-04-172-2/+11
* gst/gstregistrybinary.*: Remove unnecessary <sys/mman.h> include which broke ...Tim-Philipp Müller2007-04-162-32/+30
* gst/gstelement.c: Don't output the same debug statement twice.Jan Schmidt2007-04-132-8/+8
* gst/gsterror.*: API: add GST_CORE_ERROR_DISABLED (#392804).Tim-Philipp Müller2007-04-122-0/+6
* docs/faq/gst-uninstalled: don't get empty paths on the PATH variablesThomas Vander Stichele2007-04-121-6/+4
* don't format for the uncommon editor width of 84 charactersThomas Vander Stichele2007-04-091-39/+41
* gst/gstpipeline.c: Only try to select a different pipeline clock when we went...Wim Taymans2007-04-061-12/+31
* gst/gstelement.c: Make padtemplates also work when they don't contain %s or %d.Wim Taymans2007-04-051-3/+12
* Improve _adjust_unlocked() so that it overflows less.Wim Taymans2007-04-052-9/+85
* gst/gstclock.c: Move all the debug to the CLOCK category, and associate it wi...Jan Schmidt2007-03-291-15/+26
* gst/gstelement.c: Make gst_element_get_request_pad() create request pads only...Tim-Philipp Müller2007-03-281-1/+18
* gst/gstpipeline.c: Modify the clock distribution path in PAUSED->PLAYING so t...Jan Schmidt2007-03-231-30/+38
* gst/gstpad.c: Revert last commit. This needs some more thoughts.Sebastian Dröge2007-03-221-6/+62