s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes...
authorAndy Wingo <wingo@pobox.com>
Mon, 18 Mar 2002 04:41:35 +0000 (04:41 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 18 Mar 2002 04:41:35 +0000 (04:41 +0000)
commit62c2ffe709c84bed65051e2b40f0322e79db8af8
treefac5d59752e0d055a021dfc142d5cedea08b7fc1
parent1e0d80ab837e0db1c78dd415b62d5ba2d876f763
s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way added jack ...

Original commit message from CVS:
* s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way
* added jack element, doesn't quite work right yet but i didn't want to lose the work -- it does build, register,
and attempt to run though
* imposed some restrictions on the naming of request pads to better allow for reverse parsing
* added '%s' to reverse parsing
* added new bin flag to indicate that it is self-iterating, and some lame code in gst-launch to test it out
* fixen on launch-gui
* added pkg-config stuff for the editor's libs
configure.ac
ext/Makefile.am
ext/audiofile/gstafsink.c
ext/audiofile/gstafsrc.c
ext/jack/Makefile.am [new file with mode: 0644]
ext/jack/README [new file with mode: 0644]
ext/jack/gstjack.c [new file with mode: 0644]
ext/jack/gstjack.h [new file with mode: 0644]
gst/mpeg1sys/gstmpeg1systemencode.c