Commit graph

5253 commits

Author SHA1 Message Date
Thomas Vander Stichele bda17407ef moap ignore
Original commit message from CVS:
moap ignore
2006-11-16 23:03:50 +00:00
Ronald S. Bultje f695f83a45 configure.ac: Back to development.
Original commit message from CVS:
* configure.ac:
Back to development.
2006-02-09 22:22:43 +00:00
Ronald S. Bultje e8d78da7fd Release 0.8.12 "Cookies".
Original commit message from CVS:
* NEWS:
* RELEASE:
* configure.ac:
Release 0.8.12 "Cookies".
2006-02-09 22:17:38 +00:00
Ronald S. Bultje 4b446b3bc7 configure.ac: Don't link to valgrind. Only needed for VG-tools, not for 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).
2006-02-08 14:31:00 +00:00
Ronald S. Bultje 5825da6287 testsuite/caps/caps.h: Fix testsuite.
Original commit message from CVS:
* testsuite/caps/caps.h:
Fix testsuite.
2006-02-01 13:18:51 +00:00
Ronald S. Bultje 2ccfc2ffc5 docs/gst/gstreamer-sections.txt: Fix build by adding missing symbols.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
Fix build by adding missing symbols.
2006-01-30 02:34:31 +00:00
Ronald S. Bultje 2e63fa4f1d gst/elements/gstfdsrc.c: Implement querying.
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.
2006-01-29 22:55:55 +00:00
Thomas Vander Stichele 25c0f073ba docs/manual/Makefile.am: do not parallel-build manual
Original commit message from CVS:

* docs/manual/Makefile.am:
do not parallel-build manual
2006-01-14 11:59:40 +00:00
Tim-Philipp Müller 590e58dc29 gst/: Don't use G_GNUC_CONST for _get_type() functions (see #324530 and 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.
2006-01-04 00:10:43 +00:00
Thomas Vander Stichele f1a720a4cb removing added dirs
Original commit message from CVS:
removing added dirs
2005-12-16 18:29:42 +00:00
Tim-Philipp Müller 51b8766072 gst/: Do not silently discard return values of g_list_delete_link() and 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.
2005-12-16 16:11:12 +00:00
Tim-Philipp Müller b1f3296556 examples/retag/retag.c: Update retag example so that it actually works (#319316).
Original commit message from CVS:
* examples/retag/retag.c: (main):
Update retag example so that it actually works (#319316).
2005-10-27 09:09:35 +00:00
Tim-Philipp Müller 9ef03a8c03 tools/gst-inspect.c: Fix interface output with the -a option and don't print 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.
2005-10-20 13:36:55 +00:00
Thomas Vander Stichele 58d95bb42a po/: Added Danish translation from
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>
2005-09-29 09:36:12 +00:00
Thomas Vander Stichele 82a68dc5ad bring in line with others
Original commit message from CVS:
bring in line with others
2005-09-27 08:47:56 +00:00
Thomas Vander Stichele 3cb9ef6234 po/: Added Finnish translation from
Original commit message from CVS:
* po/LINGUAS:
* po/fi.po:
Added Finnish translation from
Tommi Vainikainen <Tommi.Vainikainen@iki.fi>
2005-09-27 08:47:35 +00:00
Thomas Vander Stichele 603cccf280 po/: Added Finnish translation from
Original commit message from CVS:
* po/LINGUAS:
* po/fi.po:
Added Finnish translation from
Tommi Vainikainen <Tommi.Vainikainen@iki.fi>
2005-09-27 08:46:54 +00:00
Tim-Philipp Müller 66ce301647 gst/gstinfo.c: Add mutex to serialise access to the hash table with the 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).
2005-09-21 21:36:00 +00:00
Thomas Vander Stichele a07f338da8 updated translations
Original commit message from CVS:
updated translations
2005-09-20 10:37:13 +00:00
Steve Lhomme 72ba9a9614 win32/gst-typefind.vcproj: added gst-typefind to the MSVC7 build
Original commit message from CVS:
* win32/gst-typefind.vcproj:
added gst-typefind to the MSVC7 build
2005-09-13 15:03:05 +00:00
Steve Lhomme 15c718c40a win32/config.h: update some defines for cleaner and better compilation
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
2005-09-13 13:50:37 +00:00
Julien Moutte aeeab59962 gst/gstregistry.c: duplicate plugin should never be freed as this the 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.
2005-09-13 13:38:54 +00:00
Steve Lhomme 6edf71e0c8 gst/elements/gstfilesrc.c: (gst_filesrc_get_read)
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
2005-09-12 15:37:50 +00:00
Steve Lhomme b744a3d270 win32/gstcontrol.vcproj make the Win32 Release build work
Original commit message from CVS:
* win32/gstcontrol.vcproj
make the Win32 Release build work
2005-09-09 15:43:47 +00:00
Steve Lhomme d03f844092 win32/gstversion.h
Original commit message from CVS:
* win32/gstversion.h
GStreamer version is currently 0.8.11
2005-09-09 15:20:35 +00:00
Steve Lhomme 7f435f3854 win32/gstcontrol.vcproj added missing project file
Original commit message from CVS:
* win32/gstcontrol.vcproj
added missing project file
2005-09-09 15:19:24 +00:00
Steve Lhomme b7a5261a13 damn me !
Original commit message from CVS:
damn me !
2005-09-09 14:51:10 +00:00
Steve Lhomme 4978042e73 replace g_alloca by g_malloc/g_free
Original commit message from CVS:
replace g_alloca by g_malloc/g_free
2005-09-09 14:48:00 +00:00
Steve Lhomme 8c21708508 Changelog: add my changes from yesterday to the changelog
Original commit message from CVS:
* Changelog : add my changes from yesterday to the changelog
2005-09-09 14:36:57 +00:00
Thomas Vander Stichele 58c978935a remove cvs operated files
Original commit message from CVS:
remove cvs operated files
2005-09-09 09:53:44 +00:00
Steve Lhomme 7348af34ff win32/msvc71.sln win32/gstbytestream.vcproj win32/GStreamer.vcproj update 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
2005-09-08 21:46:56 +00:00
Steve Lhomme cb891be896 win32/gstbytestream.def win32/gstreamer.def win32/gstgetbits.def update the DLL exports
Original commit message from CVS:
* win32/gstbytestream.def
* win32/gstreamer.def
* win32/gstgetbits.def
update the DLL exports
2005-09-08 21:43:25 +00:00
Steve Lhomme 711729388d sgt/docs/tmpl/gstplugin.sgml add a reference to gst_plugin_free
Original commit message from CVS:
* sgt/docs/tmpl/gstplugin.sgml
add a reference to gst_plugin_free
2005-09-08 13:17:30 +00:00
Steve Lhomme 1a9f918b69 docs/gst/gstreamer-sections.txt added missing gst_plugin_free (who added this ?)
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt
added missing gst_plugin_free (who added this ?)
2005-09-08 13:05:06 +00:00
Steve Lhomme 856d058b2f gst/elements/gstpipefilter.c try to include config.h first
Original commit message from CVS:
* gst/elements/gstpipefilter.c
try to include config.h first
2005-09-08 12:43:20 +00:00
Steve Lhomme 0c00362c59 tools/gst-inspect.c fix a possible use of NULL string
Original commit message from CVS:
* tools/gst-inspect.c
fix a possible use of NULL string
2005-09-08 12:15:44 +00:00
Steve Lhomme 6520cc20be gst\elements\gstfdsink.c gst\elements\gstfdsrc.c gst\elements\gstfilesrc.c 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
2005-09-08 12:07:13 +00:00
Jan Schmidt c17a476bc8 gst/: Always call g_module_close on error so the symbols don't hang around.
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.
2005-09-07 14:56:17 +00:00
Thomas Vander Stichele 37a9e675d4 back to head
Original commit message from CVS:
back to head
2005-09-04 15:52:29 +00:00
Thomas Vander Stichele d87cab90ed releasing 0.8.11
Original commit message from CVS:
releasing 0.8.11
2005-09-04 15:39:33 +00:00
Thomas Vander Stichele 6ed7451f3d prelease
Original commit message from CVS:
prelease
2005-09-04 11:12:40 +00:00
Thomas Vander Stichele cca39d2190 updating translations
Original commit message from CVS:
updating translations
2005-08-29 18:41:19 +00:00
Stefan Kost 14a1597707 Fixed long standing mem-leak
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
2005-08-24 13:06:12 +00:00
Ronald S. Bultje 0fa6095bc2 docs/manual/basics-helloworld.xml: Fix example for dmix (use audioconvert/audioscale).
Original commit message from CVS:
* docs/manual/basics-helloworld.xml:
Fix example for dmix (use audioconvert/audioscale).
2005-08-18 07:22:49 +00:00
Tim-Philipp Müller 7c118a9508 gst/gst.c: Check whether GST_DEBUG_NO_COLOR environment variable is set and 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.
2005-08-10 21:30:17 +00:00
Benjamin Otte 0904ecdd27 add GstAdapter docs.
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
2005-08-04 16:26:09 +00:00
Thomas Vander Stichele 47afb092c9 fix up docs
Original commit message from CVS:
fix up docs
2005-08-03 11:06:33 +00:00
Benjamin Otte 7c04560a0b tools/tools.h: gst_version is unsigned, I need to use gcc 4
Original commit message from CVS:
* tools/tools.h:
gst_version is unsigned, I need to use gcc 4
2005-07-24 21:38:44 +00:00
Benjamin Otte cf2c17a13d add tools.h for common stuff of all our tools. Currently does what's 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.
2005-07-24 21:05:46 +00:00
Tim-Philipp Müller 7144588926 gst/gstelement.c: Improve inline API docs for gst_element_remove_pad().
Original commit message from CVS:
* gst/gstelement.c:
Improve inline API docs for gst_element_remove_pad().
2005-07-02 12:34:01 +00:00