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-27 12:11:13 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
750a06ee55
gstreamer
/
tools
/
Makefile.am
5 lines
91 B
Makefile
Raw
Normal View
History
Unescape
Escape
Updates to -launch, added -inspect. Original commit message from CVS: Updates to -launch, added -inspect.
2001-01-03 07:38:45 +00:00
bin_PROGRAMS
=
gstreamer-launch gstreamer-register gstreamer-inspect
Externalized the plugin information in /etc/gstreamer/reg.xml Original commit message from CVS: Externalized the plugin information in /etc/gstreamer/reg.xml - no need to do a plugin_load_all() - plugins are loaded when needed - typedetect functions are loaded when needed (still buggy) - no need to check for the existance of the plugin in the codecs - added gstreamer-register to create the reg.xml file - renamed launch to gstreamer-launch - plugins need to register the typefactory they provide modified the plugins to meet the new design modified the plugins to correctly set their pad types autoplugging can be done without loading the plugins now
2000-08-28 20:20:55 +00:00
fixed an odd case with the launcher, didn't deal with argc properly Original commit message from CVS: fixed an odd case with the launcher, didn't deal with argc properly
2001-01-14 21:38:15 +00:00
LDADD
=
$(
GST_LIBS
)
Reference in a new issue
Copy permalink