ported gstchildproxy over from 0.8 ported gst-inspect fixes and enhancements over...
authorStefan Kost <ensonic@users.sourceforge.net>
Mon, 22 Aug 2005 21:03:33 +0000 (21:03 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Mon, 22 Aug 2005 21:03:33 +0000 (21:03 +0000)
commit650687b44958d5434cc2c1db551f813ba38a6d5b
tree64a9db0ee4e879c387641b4358e5c8537e313fbd
parent5ffafdb34a093127251e774a8702abad0a3ccfe8
ported gstchildproxy over from 0.8 ported gst-inspect fixes and enhancements over from 0.8

Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* gst/Makefile.am:
* gst/gstbin.c: (gst_bin_get_type),
(gst_bin_child_proxy_get_child_by_index),
(gst_bin_child_proxy_get_children_count),
(gst_bin_child_proxy_init):
* gst/gstchildproxy.c: (gst_child_proxy_get_child_by_name),
(gst_child_proxy_get_child_by_index),
(gst_child_proxy_get_children_count), (gst_child_proxy_lookup),
(gst_child_proxy_get_property), (gst_child_proxy_get_valist),
(gst_child_proxy_get), (gst_child_proxy_set_property),
(gst_child_proxy_set_valist), (gst_child_proxy_set),
(gst_child_proxy_child_added), (gst_child_proxy_child_removed),
(gst_child_proxy_base_init), (gst_child_proxy_get_type):
* gst/gstchildproxy.h:
* gst/parse/grammar.y:
* tools/gst-inspect.c: (print_interfaces),
(print_element_properties_info), (print_element_info):
ported gstchildproxy over from 0.8
ported gst-inspect fixes and enhancements over from 0.8
ChangeLog
docs/gst/gstreamer-docs.sgml
docs/gst/gstreamer-sections.txt
gst/Makefile.am
gst/gstbin.c
gst/gstchildproxy.c [new file with mode: 0644]
gst/gstchildproxy.h [new file with mode: 0644]
gst/parse/grammar.y
tools/gst-inspect.c