summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2007-05-21docs/design/part-synchronisation.txt: Small addition.Wim Taymans2-8/+20
2007-05-21gst/gstpad.c: Added simple version of improved caps checking. It was previous...Wim Taymans1-22/+15
2007-05-17gst/gstsegment.c: Small doc fix.Edward Hervey1-3/+3
2007-05-16gst/gstplugin.c: If we fail to load a plugin because of unresolved symbols or...Tim-Philipp Müller1-1/+1
2007-05-13gst/gstutils.h: Reword some documentation.David Schleef1-12/+12
2007-05-13gst/gstplugin.c: gst_plugin_register_func() doesn't actually do anything with...David Schleef1-8/+7
2007-05-13gst/gstplugin.c: Using sigaction should depend on HAVE_SIGACTION, not HAVE_WI...David Schleef1-3/+3
2007-05-12gst/gst.c: Add GST_DISABLE_OPTION_PARSING, in order to disable option parsing...David Schleef2-2/+25
2007-05-11gst/gsturi.c: Don't leak plugin feature.Tim-Philipp Müller1-1/+1
2007-05-11gst/gsturi.c: Treat protocol strings in a case-insensitive way (#437563).Jeroen Wouters1-2/+2
2007-05-11gst/: Don't print a g_warning for any failure to load a shared object.Michael Smith2-17/+9
2007-05-11gst/gstplugin.c (gst_plugin_load_file): gst/gstregistry.c (GST_CAT_DEFAULT, g...Stefan Kost2-7/+23
2007-05-09gst/: Maintain API and ABI when --disable-parse is used. Now that we have an ...Peter Kjellerstedt5-36/+42
2007-05-02gst/gstpad.c: Fix documentation as spotted by rg on IRC.Wim Taymans1-1/+1
2007-04-29gst/gstutils.c: Improve docs for gst_element_{link,unlink}.Stefan Kost1-1/+5
2007-04-28Typo fixes; minor docs addition.Tim-Philipp Müller3-9/+11
2007-04-27API: Add gst_uri_protocol_is_supported(), which checks if an sink or src that...Sebastian Dröge2-7/+51
2007-04-26API: add gst_buffer_try_new_and_alloc() plus unit test (#431940).Tim-Philipp Müller2-4/+53
2007-04-26gst/gstregistrybinary.*: Implement no-mmap alternative for registry reading. ...Stefan Kost2-35/+65
2007-04-25gst/gstregistrybinary.h (GstBinaryPluginElement,Stefan Kost1-6/+20
2007-04-25gst/gstregistrybinary.*: Refactor so that we can implement multiple features....Stefan Kost2-46/+125
2007-04-23gst/gstbin.c: Fix build with --gst-disable-gst-debugStefan Kost1-22/+22
2007-04-202nd attempt to have a xml-less build as a joined effort of #413123 and #421480.Stefan Kost4-47/+60
2007-04-19gst/parse/: Update the prebuild parser sources.Sebastian Dröge3-49/+52
2007-04-19gst/parse/Makefile.am: And now fix the building of the flex sources. Now ever...Sebastian Dröge1-2/+2
2007-04-19gst/parse/Makefile.am: Now hopefully fix the build failures by setting proper...Sebastian Dröge1-6/+6
2007-04-19gst/parse/Makefile.am: Fix the build by correcting the rule that gave wrong f...Stefan Kost1-6/+6
2007-04-19gst/parse/Makefile.am: Add correct grammar.tab.h dependency if compiling with...Sebastian Dröge1-1/+1
2007-04-18gst/parse/Makefile.am: Fix typo and use outdated sources if the flex/bison so...Sebastian Dröge1-1/+13
2007-04-18gst/parse/: Make the parser reentrant and recursively callable. This requires...Marc-Andre Lureau7-58/+5265
2007-04-18Make --disable-nls to workStefan Kost1-2/+0
2007-04-17gst/gstconfig.h.in: Revert previous change that broke the build.Wim Taymans1-6/+1
2007-04-17Drop libxml2 dependency when building withStefan Kost2-2/+11
2007-04-16gst/gstregistrybinary.*: Remove unnecessary <sys/mman.h> include which broke ...Tim-Philipp Müller2-32/+30
2007-04-13gst/gstelement.c: Don't output the same debug statement twice.Jan Schmidt2-8/+8
2007-04-12gst/gsterror.*: API: add GST_CORE_ERROR_DISABLED (#392804).Tim-Philipp Müller2-0/+6
2007-04-12docs/faq/gst-uninstalled: don't get empty paths on the PATH variablesThomas Vander Stichele1-6/+4
2007-04-09don't format for the uncommon editor width of 84 charactersThomas Vander Stichele1-39/+41
2007-04-06gst/gstpipeline.c: Only try to select a different pipeline clock when we went...Wim Taymans1-12/+31
2007-04-05gst/gstelement.c: Make padtemplates also work when they don't contain %s or %d.Wim Taymans1-3/+12
2007-04-05Improve _adjust_unlocked() so that it overflows less.Wim Taymans2-9/+85
2007-03-29gst/gstclock.c: Move all the debug to the CLOCK category, and associate it wi...Jan Schmidt1-15/+26
2007-03-28gst/gstelement.c: Make gst_element_get_request_pad() create request pads only...Tim-Philipp Müller1-1/+18
2007-03-23gst/gstpipeline.c: Modify the clock distribution path in PAUSED->PLAYING so t...Jan Schmidt1-30/+38
2007-03-22gst/gstpad.c: Revert last commit. This needs some more thoughts.Sebastian Dröge1-6/+62
2007-03-22gst/gstpad.c: Check in set_caps if the caps are compatible with the pad and r...Sebastian Dröge1-62/+6
2007-03-22gst/gstsystemclock.c: Fix anoying regression that survived a few releases. Wh...Wim Taymans1-4/+16
2007-03-22gst/gstpad.c: Fix possible deadlock if pad eventfunc is not specified. Fixes...Wim Taymans1-0/+4
2007-03-21gst/gstbin.c: Prepare for release where we warn against possible app breakage...Wim Taymans1-1/+34
2007-03-20gst/gst.c: Fix compilation with registry disabled as spotted by Saur.Wim Taymans1-0/+2