gstreamer/gst
Benjamin Otte 463361defb gst/gstvalue.c: add serialization and comparison functions for long, int64, enum and float values
Original commit message from CVS:
* gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
(CREATE_USERIALIZATION), (_gst_value_initialize),
(gst_value_compare_float), (gst_value_serialize_float),
(gst_value_deserialize_float), (gst_value_compare_enum),
(gst_value_serialize_enum), (gst_value_deserialize_enum):
add serialization and comparison functions for long, int64, enum and
float values
* gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
use best serialization function in type hierarchy instead of only a
matching one. This is required for enums to work.
* gst/parse/grammar.y:
use gst_caps_deserialize
* testsuite/parse/Makefile.am:
parse1 now works
* testsuite/parse/parse1.c: (main):
remove aggregator check, aggregator is broken, this test works now
but fails because of bug #138012
* testsuite/parse/parse2.c: (main):
s/xvideosink/xvimagesink - this test looks a lot like we should
disable it
2004-05-18 01:36:14 +00:00
..
autoplug reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
elements configure.ac: Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file support until we decide where the fla... 2004-05-13 12:06:11 +00:00
indexers reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
parse gst/gstvalue.c: add serialization and comparison functions for long, int64, enum and float values 2004-05-18 01:36:14 +00:00
registries docs/gst/Makefile.am: Dear gtk-doc, please print out the unused symbols, because otherwise we don't know what they ar... 2004-05-11 03:05:00 +00:00
schedulers gst/gstelement.c: whoops, store the signal id correctly 2004-05-13 15:07:56 +00:00
.gitignore
cothreads.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
cothreads.h
gettext.h
gst-i18n-app.h
gst-i18n-lib.h A bunch of portability fixes, derived from Steve Lhomme's MSVC 2004-04-28 23:26:06 +00:00
gst.c gst/: remove useless _gst_progname stuff 2004-04-29 01:44:13 +00:00
gst.h backed out the change of gst.h added some comment about building docs to README 2004-05-14 15:17:30 +00:00
gst_private.h gst/elements/gstfilesrc.c: compute mapsize correctly 2004-05-11 16:20:41 +00:00
gstarch.h
gstatomic.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
gstatomic.h
gstatomic_impl.h A bunch of portability fixes, derived from Steve Lhomme's MSVC 2004-04-28 23:26:06 +00:00
gstbin.c gst/elements/gstfilesrc.c: compute mapsize correctly 2004-05-11 16:20:41 +00:00
gstbin.h
gstbuffer.c
gstbuffer.h
gstcaps.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
gstcaps.h gst/gstcaps.c: Patch from Tim-Philipp Müller to fix GST_CAPS() and GST_IS_CAPS(). (bug #141304) 2004-04-28 20:19:46 +00:00
gstclock.c A bunch of portability fixes, derived from Steve Lhomme's MSVC 2004-04-28 23:26:06 +00:00
gstclock.h
gstcompat.h reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
gstconfig.h.in configure.ac: Add test for allowing unaligned access. Add define to put in gstconfig.h. 2004-04-20 00:17:26 +00:00
gstcpu.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
gstcpu.h
gstdata.c
gstdata.h
gstdata_private.h
gstelement.c gst/gstelement.c: whoops, store the signal id correctly 2004-05-13 15:07:56 +00:00
gstelement.h gst/gstelement.*: add gst_element_no_more_pads and the "no-more-pads" signal 2004-05-10 16:48:44 +00:00
gstelementfactory.c
gsterror.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
gsterror.h gst/gsterror.h: include the headers needed for declarations used in this header 2004-04-30 17:57:41 +00:00
gstevent.c remove gst_info remove gstlog.h, fold back to gstinfo.h update translations 2004-05-03 16:03:24 +00:00
gstevent.h
gstfilter.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
gstfilter.h
gstformat.c remove gst_info remove gstlog.h, fold back to gstinfo.h update translations 2004-05-03 16:03:24 +00:00
gstformat.h
gstindex.c
gstindex.h
gstinfo.c gst/elements/gstidentity.c: add duration debug 2004-05-13 10:10:31 +00:00
gstinfo.h gst/gstinfo.h: Add missing inline function. 2004-05-10 18:07:24 +00:00
gstinterface.c remove gst_info remove gstlog.h, fold back to gstinfo.h update translations 2004-05-03 16:03:24 +00:00
gstinterface.h
gstmacros.h A bunch of portability fixes, derived from Steve Lhomme's MSVC 2004-04-28 23:26:06 +00:00
gstmarshal.list
gstmemchunk.c remove gst_info remove gstlog.h, fold back to gstinfo.h update translations 2004-05-03 16:03:24 +00:00
gstmemchunk.h
gstobject.c add debug 2004-04-13 10:44:12 +00:00
gstobject.h
gstpad.c configure.ac: Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file support until we decide where the fla... 2004-05-13 12:06:11 +00:00
gstpad.h docs/gst/tmpl/: update for recent API changes 2004-04-22 16:39:23 +00:00
gstparse.c gst/gstparse.c: Free the GString used in _gst_parse_escape() 2004-04-21 22:56:59 +00:00
gstparse.h
gstpipeline.c gst/gstpipeline.c: call gst_scheduler_reset on dispose (fixes #141416) 2004-05-12 23:43:03 +00:00
gstpipeline.h
gstplugin.c A bunch of portability fixes, derived from Steve Lhomme's MSVC 2004-04-28 23:26:06 +00:00
gstplugin.h
gstpluginfeature.c
gstpluginfeature.h
gstprobe.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
gstprobe.h
gstquery.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
gstquery.h
gstqueue.c gst/elements/gstfilesrc.c: compute mapsize correctly 2004-05-11 16:20:41 +00:00
gstqueue.h
gstregistry.c gst/gstregistry.c: refuse to add plugins when a plugin with same name is already registered. Fixes a bunch of "How to... 2004-05-10 00:35:59 +00:00
gstregistry.h A bunch of portability fixes, derived from Steve Lhomme's MSVC 2004-04-28 23:26:06 +00:00
gstregistrypool.c remove gst_info remove gstlog.h, fold back to gstinfo.h update translations 2004-05-03 16:03:24 +00:00
gstregistrypool.h
gstscheduler.c
gstscheduler.h
gststructure.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
gststructure.h gst/gstcaps.c: check for ANY caps before appending/unioning 2004-04-21 03:25:13 +00:00
gstsystemclock.c A bunch of portability fixes, derived from Steve Lhomme's MSVC 2004-04-28 23:26:06 +00:00
gstsystemclock.h
gsttag.c
gsttag.h
gsttaginterface.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
gsttaginterface.h
gsttaglist.c
gsttaglist.h
gsttagsetter.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
gsttagsetter.h
gstthread.c remove gst_info remove gstlog.h, fold back to gstinfo.h update translations 2004-05-03 16:03:24 +00:00
gstthread.h
gsttrace.c gst/gstinfo.h: Add missing inline function. 2004-05-10 18:07:24 +00:00
gsttrace.h
gsttrashstack.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
gsttrashstack.h gst/gstcpu.c: Don't clobber ebx in inline assembly. gcc doesn't handle it correctly. (bug #141083) 2004-04-26 20:04:22 +00:00
gsttypefind.c remove gst_info remove gstlog.h, fold back to gstinfo.h update translations 2004-05-03 16:03:24 +00:00
gsttypefind.h
gsttypes.h
gsturi.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
gsturi.h
gsturitype.c
gsturitype.h
gstutils.c
gstutils.h configure.ac: Add test for allowing unaligned access. Add define to put in gstconfig.h. 2004-04-20 00:17:26 +00:00
gstvalue.c gst/gstvalue.c: add serialization and comparison functions for long, int64, enum and float values 2004-05-18 01:36:14 +00:00
gstvalue.h docs/gst/gstreamer-sections.txt: add gst_caps_do_simplify 2004-04-22 02:43:57 +00:00
gstversion.h.in
gstxml.c
gstxml.h
Makefile.am don't break distcheck 2004-05-09 15:00:15 +00:00
Makefile.am.future
ROADMAP