This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gstreamer
Watch
1
Star
1
Fork
You've already forked gstreamer
0
mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced
2024-11-08 18:39:54 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
f3d8a28662
gstreamer
/
tests
/
instantiate
/
Makefile.am
5 lines
85 B
Makefile
Raw
Normal View
History
Unescape
Escape
tests/instantiate/: Add test to test speed of caps copy and free. Original commit message from CVS: 2005-03-31 Andy Wingo <wingo@pobox.com> * tests/instantiate/Makefile.am: * tests/instantiate/caps.c: Add test to test speed of caps copy and free. * tests/memchunk/gmemchunktest.c (main): Use alloc only on the GMemChunk to be fair. * gst/gsttrashstack.h: Remove warning about using the fallback trash stack implementation, it's still faster than malloc.
2005-03-31 15:00:11 +00:00
noinst_PROGRAMS
=
create caps
gst/elements/gstfilesink.c: Fix for if we pass NULL as property to location. Original commit message from CVS: 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/elements/gstfilesink.c: (gst_filesink_set_location): Fix for if we pass NULL as property to location. * gst/elements/gstpipefilter.c: (gst_pipefilter_init), (gst_pipefilter_handle_event), (gst_pipefilter_chain): Fix for instantiate-test (see below). * gst/gststructure.c: (_gst_structure_parse_value): Fix compile error on gcc-2.96. * configure.ac: * tests/Makefile.am: * tests/instantiate/Makefile.am: * tests/instantiate/create.c: (create_all_elements), (main): Add a test that instantiates all elements. This makes it easy to track dead code for old API/design (like setting event functions on sink pads and so on).
2004-01-07 13:13:03 +00:00
reorganize C/LIB flags add gst_info to gstcompat.h Original commit message from CVS: reorganize C/LIB flags add gst_info to gstcompat.h
2004-05-04 12:38:36 +00:00
LDADD
=
$(
GST_OBJ_LIBS
)
AM_CFLAGS
=
$(
GST_OBJ_CFLAGS
)
Reference in a new issue
Copy permalink