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:37 +0000 (04:41 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 18 Mar 2002 04:41:37 +0000 (04:41 +0000)
commita43fadec2ebdd16449f8d080fc6ae026beef05d5
tree7837d6e35488269a4ff2ae7afd501c60dcda771c
parent8087b55e474fb5ff11b51bae8213ff071850fe38
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
19 files changed:
gst/autoplug/gstspider.c
gst/elements/gstdisksink.c
gst/elements/gstfakesink.c
gst/elements/gstfakesrc.c
gst/elements/gstfdsink.c
gst/elements/gstfdsrc.c
gst/elements/gstfilesrc.c
gst/gstbin.c
gst/gstbin.h
gst/gstelement.c
gst/gstelement.h
gst/gstpad.c
plugins/elements/gstdisksink.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
plugins/elements/gstfdsink.c
plugins/elements/gstfdsrc.c
plugins/elements/gstfilesrc.c
tools/gst-launch.c