summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* moap ignoreBRANCH-GSTREAMER-0_8Thomas Vander Stichele2006-11-163-0/+2
| | | | | Original commit message from CVS: moap ignore
* configure.ac: Back to development.Ronald S. Bultje2006-02-092-1/+8
| | | | | | Original commit message from CVS: * configure.ac: Back to development.
* Release 0.8.12 "Cookies".RELEASE-0_8_12Ronald S. Bultje2006-02-094-29/+54
| | | | | | | | Original commit message from CVS: * NEWS: * RELEASE: * configure.ac: Release 0.8.12 "Cookies".
* configure.ac: Don't link to valgrind. Only needed for VG-tools, not for ↵Ronald S. Bultje2006-02-083-1/+9
| | | | | | | | | | VG'ed apps. Fixes compile error (330308). Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * configure.ac: Don't link to valgrind. Only needed for VG-tools, not for VG'ed apps. Fixes compile error (330308).
* testsuite/caps/caps.h: Fix testsuite.Ronald S. Bultje2006-02-013-7/+7
| | | | | | Original commit message from CVS: * testsuite/caps/caps.h: Fix testsuite.
* docs/gst/gstreamer-sections.txt: Fix build by adding missing symbols.Ronald S. Bultje2006-01-302-1/+7
| | | | | | Original commit message from CVS: * docs/gst/gstreamer-sections.txt: Fix build by adding missing symbols.
* gst/elements/gstfdsrc.c: Implement querying.Ronald S. Bultje2006-01-296-27/+104
| | | | | | | | | | | | | | | | Original commit message from CVS: * gst/elements/gstfdsrc.c: (gst_fdsrc_init), (gst_fdsrc_get_query_types), (gst_fdsrc_get_formats), (gst_fdsrc_srcpad_query): Implement querying. * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get): If we're waiting to be "full enough to start" and EOS comes in, just flow through all data since waiting longer is not going to help us. Fixes hangs on short media files played from network sources. * gst/gsttag.c: (_gst_tag_initialize): * gst/gsttag.h: Add GST_TAG_IMAGE tag.
* docs/manual/Makefile.am: do not parallel-build manualThomas Vander Stichele2006-01-143-0/+8
| | | | | | | Original commit message from CVS: * docs/manual/Makefile.am: do not parallel-build manual
* gst/: Don't use G_GNUC_CONST for _get_type() functions (see #324530 and ↵Tim-Philipp Müller2006-01-047-5/+16
| | | | | | | | | | | | | | http://wingolog.org/archives/2005/03/24/98 fo... Original commit message from CVS: * gst/gstcaps.h: * gst/gstdata.h: * gst/gstprobe.h: * gst/gststructure.h: * gst/gsttaginterface.h: Don't use G_GNUC_CONST for _get_type() functions (see #324530 and http://wingolog.org/archives/2005/03/24/98 for why); yes, we aim to please even unreleased and mind-boggingly cranky compilers.
* removing added dirsThomas Vander Stichele2005-12-16337-27959/+199
| | | | | Original commit message from CVS: removing added dirs
* gst/: Do not silently discard return values of g_list_delete_link() and ↵Tim-Philipp Müller2005-12-164-4/+25
| | | | | | | | | | | | | | g_list_append(). This would trigger gcc4 warn... Original commit message from CVS: Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * gst/autoplug/gstspider.c: (gst_spider_identity_unplug), (gst_spider_create_and_plug): * gst/elements/gstbufferstore.c: (gst_buffer_store_add_buffer_func): Do not silently discard return values of g_list_delete_link() and g_list_append(). This would trigger gcc4 warnings that are treated as errors in CVS builds (fixes: #324260). Also ifdef out unused function while we are at it.
* examples/retag/retag.c: Update retag example so that it actually works ↵Tim-Philipp Müller2005-10-273-4/+25
| | | | | | | | (#319316). Original commit message from CVS: * examples/retag/retag.c: (main): Update retag example so that it actually works (#319316).
* tools/gst-inspect.c: Fix interface output with the -a option and don't print ↵Tim-Philipp Müller2005-10-203-5/+12
| | | | | | | | | | newlines after double/float properties. Original commit message from CVS: * tools/gst-inspect.c: (print_interfaces), (print_element_properties_info): Fix interface output with the -a option and don't print newlines after double/float properties.
* po/: Added Danish translation fromThomas Vander Stichele2005-09-2920-145/+1064
| | | | | | | | | | Original commit message from CVS: 2005-09-29 Thomas Vander Stichele <thomas at apestaart dot org> * po/LINGUAS: * po/da.po: Added Danish translation from Mogens Jaeger <mogensjaeger@get2net.dk>
* bring in line with othersThomas Vander Stichele2005-09-271-4/+6
| | | | | Original commit message from CVS: bring in line with others
* po/: Added Finnish translation fromThomas Vander Stichele2005-09-271-0/+849
| | | | | | | | Original commit message from CVS: * po/LINGUAS: * po/fi.po: Added Finnish translation from Tommi Vainikainen <Tommi.Vainikainen@iki.fi>
* po/: Added Finnish translation fromThomas Vander Stichele2005-09-273-3/+10
| | | | | | | | Original commit message from CVS: * po/LINGUAS: * po/fi.po: Added Finnish translation from Tommi Vainikainen <Tommi.Vainikainen@iki.fi>
* gst/gstinfo.c: Add mutex to serialise access to the hash table with the ↵Tim-Philipp Müller2005-09-212-7/+27
| | | | | | | | | | | | function pointer => function name string mapp... Original commit message from CVS: Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * gst/gstinfo.c: (_gst_debug_nameof_funcptr), (_gst_debug_register_funcptr): Add mutex to serialise access to the hash table with the function pointer => function name string mapping; make that hash table static scope (#316809).
* updated translationsThomas Vander Stichele2005-09-203-297/+183
| | | | | Original commit message from CVS: updated translations
* win32/gst-typefind.vcproj: added gst-typefind to the MSVC7 buildSteve Lhomme2005-09-134-0/+166
| | | | | | Original commit message from CVS: * win32/gst-typefind.vcproj: added gst-typefind to the MSVC7 build
* win32/config.h: update some defines for cleaner and better compilationSteve Lhomme2005-09-134-2/+25
| | | | | | | Original commit message from CVS: 2005-09-13 Steve Lhomme <steve.lhomme@free.fr> * win32/config.h: update some defines for cleaner and better compilation
* gst/gstregistry.c: duplicate plugin should never be freed as this the ↵Julien Moutte2005-09-132-1/+9
| | | | | | | | | | | original one we are receiving here. Original commit message from CVS: 2005-09-13 Julien MOUTTE <julien@moutte.net> * gst/gstregistry.c: (gst_registry_add_plugin): duplicate plugin should never be freed as this the original one we are receiving here.
* gst/elements/gstfilesrc.c: (gst_filesrc_get_read)Steve Lhomme2005-09-126-4/+37
| | | | | | | Original commit message from CVS: * gst/elements/gstfilesrc.c: (gst_filesrc_get_read) * gst/elements/gstfilesrc.h: fix the pb of seeking when mmap is not used
* win32/gstcontrol.vcproj make the Win32 Release build workSteve Lhomme2005-09-091-0/+3
| | | | | | Original commit message from CVS: * win32/gstcontrol.vcproj make the Win32 Release build work
* win32/gstversion.hSteve Lhomme2005-09-091-1/+1
| | | | | | Original commit message from CVS: * win32/gstversion.h GStreamer version is currently 0.8.11
* win32/gstcontrol.vcproj added missing project fileSteve Lhomme2005-09-092-15/+199
| | | | | | Original commit message from CVS: * win32/gstcontrol.vcproj added missing project file
* damn me !Steve Lhomme2005-09-091-2/+3
| | | | | Original commit message from CVS: damn me !
* replace g_alloca by g_malloc/g_freeSteve Lhomme2005-09-092-5/+16
| | | | | Original commit message from CVS: replace g_alloca by g_malloc/g_free
* Changelog: add my changes from yesterday to the changelogSteve Lhomme2005-09-091-0/+17
| | | | | Original commit message from CVS: * Changelog : add my changes from yesterday to the changelog
* remove cvs operated filesThomas Vander Stichele2005-09-092-361/+0
| | | | | Original commit message from CVS: remove cvs operated files
* win32/msvc71.sln win32/gstbytestream.vcproj win32/GStreamer.vcproj update ↵Steve Lhomme2005-09-085-104/+64
| | | | | | | | | | the MSVC7 projects with latest files Original commit message from CVS: * win32/msvc71.sln * win32/gstbytestream.vcproj * win32/GStreamer.vcproj update the MSVC7 projects with latest files
* win32/gstbytestream.def win32/gstreamer.def win32/gstgetbits.def update the ↵Steve Lhomme2005-09-085-603/+1857
| | | | | | | | | | DLL exports Original commit message from CVS: * win32/gstbytestream.def * win32/gstreamer.def * win32/gstgetbits.def update the DLL exports
* sgt/docs/tmpl/gstplugin.sgml add a reference to gst_plugin_freeSteve Lhomme2005-09-081-1/+9
| | | | | | Original commit message from CVS: * sgt/docs/tmpl/gstplugin.sgml add a reference to gst_plugin_free
* docs/gst/gstreamer-sections.txt added missing gst_plugin_free (who added this ?)Steve Lhomme2005-09-081-0/+1
| | | | | | Original commit message from CVS: * docs/gst/gstreamer-sections.txt added missing gst_plugin_free (who added this ?)
* gst/elements/gstpipefilter.c try to include config.h firstSteve Lhomme2005-09-082-8/+8
| | | | | | Original commit message from CVS: * gst/elements/gstpipefilter.c try to include config.h first
* tools/gst-inspect.c fix a possible use of NULL stringSteve Lhomme2005-09-081-1/+2
| | | | | | Original commit message from CVS: * tools/gst-inspect.c fix a possible use of NULL string
* gst\elements\gstfdsink.c gst\elements\gstfdsrc.c gst\elements\gstfilesrc.c ↵Steve Lhomme2005-09-0814-92/+155
| | | | | | | | | | | | | | | | gst\elements\gstpipefilter.c gst\elements\... Original commit message from CVS: * gst\elements\gstfdsink.c * gst\elements\gstfdsrc.c * gst\elements\gstfilesrc.c * gst\elements\gstpipefilter.c * gst\elements\gstpipefilter.h * gst\gstinfo.h * win32\config.h * win32\gstenumtypes.c * win32\gstenumtypes.h compilation fixes for MSVC
* gst/: Always call g_module_close on error so the symbols don't hang around.Jan Schmidt2005-09-075-4/+45
| | | | | | | | | | | | Original commit message from CVS: * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file), (gst_plugin_free): * gst/gstplugin.h: * gst/gstregistry.c: (gst_registry_add_plugin): Always call g_module_close on error so the symbols don't hang around. Plug a leak or two, I think.
* back to headThomas Vander Stichele2005-09-042-1/+6
| | | | | Original commit message from CVS: back to head
* releasing 0.8.11RELEASE-0_8_11Thomas Vander Stichele2005-09-045-70/+46
| | | | | Original commit message from CVS: releasing 0.8.11
* preleaseThomas Vander Stichele2005-09-042-1/+1
| | | | | Original commit message from CVS: prelease
* updating translationsThomas Vander Stichele2005-08-2918-1207/+1275
| | | | | Original commit message from CVS: updating translations
* Fixed long standing mem-leakStefan Kost2005-08-247-49/+45
| | | | | | | | | | | Original commit message from CVS: * docs/gst/tmpl/gstplugin.sgml: * gst/gstelement.c: (gst_element_class_init), (gst_element_link_pads_filtered), (gst_element_save_thyself): * tools/gst-compprep.c: (main): * tools/gst-inspect.c: (print_element_properties_info): * tools/gst-xmlinspect.c: (print_element_properties): Fixed long standing mem-leak
* docs/manual/basics-helloworld.xml: Fix example for dmix (use ↵Ronald S. Bultje2005-08-183-3/+12
| | | | | | | | audioconvert/audioscale). Original commit message from CVS: * docs/manual/basics-helloworld.xml: Fix example for dmix (use audioconvert/audioscale).
* gst/gst.c: Check whether GST_DEBUG_NO_COLOR environment variable is set and ↵Tim-Philipp Müller2005-08-103-0/+13
| | | | | | | | | disable coloured debug output if so. Original commit message from CVS: * gst/gst.c: (gst_init_check_with_popt_table), (init_pre): Check whether GST_DEBUG_NO_COLOR environment variable is set and disable coloured debug output if so.
* add GstAdapter docs.Benjamin Otte2005-08-045-0/+67
| | | | | | | | | | Original commit message from CVS: * docs/libs/gstreamer-libs-docs.sgml: * docs/libs/gstreamer-libs-sections.txt: * libs/gst/bytestream/adapter.c: add GstAdapter docs. * libs/gst/bytestream/adapter.h: mark custom fields in GstAdapter struct as private for gtk-doc
* fix up docsThomas Vander Stichele2005-08-031-28/+28
| | | | | Original commit message from CVS: fix up docs
* tools/tools.h: gst_version is unsigned, I need to use gcc 4Benjamin Otte2005-07-242-2/+7
| | | | | | Original commit message from CVS: * tools/tools.h: gst_version is unsigned, I need to use gcc 4
* add tools.h for common stuff of all our tools. Currently does what's ↵Benjamin Otte2005-07-2418-69/+143
| | | | | | | | | | | | | | | | | | | | | | | | | necessary for the --version command line switch. Original commit message from CVS: * po/POTFILES.in: * tools/Makefile.am: * tools/tools.h: add tools.h for common stuff of all our tools. Currently does what's necessary for the --version command line switch. * tools/gst-compprep.c: (main): * tools/gst-inspect.c: (main): * tools/gst-launch.1.in: * tools/gst-launch.c: (main): * tools/gst-md5sum.1.in: * tools/gst-md5sum.c: (main): * tools/gst-register.1.in: * tools/gst-register.c: (main): * tools/gst-typefind.1.in: * tools/gst-typefind.c: (main): * tools/gst-xmlinspect.1.in: * tools/gst-xmlinspect.c: (main): * tools/gst-xmllaunch.1.in: add and document --version switch to all tools.
* gst/gstelement.c: Improve inline API docs for gst_element_remove_pad().Tim-Philipp Müller2005-07-022-1/+9
| | | | | | Original commit message from CVS: * gst/gstelement.c: Improve inline API docs for gst_element_remove_pad().