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-15 13:53:19 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
17d04915d1
gstreamer
/
gst
/
meta
/
Makefile.am
4 lines
76 B
Makefile
Raw
Normal View
History
Unescape
Escape
initial checkin Original commit message from CVS: initial checkin
2000-01-30 09:03:00 +00:00
metaincludedir
=
$(
includedir
)
/gst/meta
metainclude_HEADERS
=
\
A rather large patch: Original commit message from CVS: A rather large patch: - changed the API for the padtemplates: - remove the factories (array of pointers) for the padtemplates, properties and caps. The static array was a nice idea but converting all the property values to a gpointer was not a good idea. float properties were not possible, and casting a gint to a pointer is not very portable. The new API just uses the _padtemplate_new, _caps_new and _props_new functions to create the templates. This has the added benefit that the API is now uniform for static and dynamic templates and that the code can be made cleaner. - lots of cleanups in the way the capabilities are constructed (va_list) - lots of updates for all the plugins (new API) - docs updates (new API) - removed the videoraw docs.
2001-04-14 18:56:37 +00:00
spectrum.h
Reference in a new issue
Copy permalink