]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commit
gst/: correctly fix GEnumValues so that nick is the short lowercase dashed tag
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 22 Nov 2005 15:52:03 +0000 (15:52 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 22 Nov 2005 15:52:03 +0000 (15:52 +0000)
commit54f5eb6c8aac8dce9a8e974aded661ee87ba33a1
treedd35ba682146524a0135a73990e256cec6d4e90f
parent4a36e535e92e0231effa2c3f6a8baed3d0c7dbe9
gst/: correctly fix GEnumValues so that nick is the short lowercase dashed tag

Original commit message from CVS:

* gst/elements/Makefile.am:
* gst/elements/gstfakesink.c: (gst_fake_sink_state_error_get_type):
* gst/elements/gstfakesrc.c: (gst_fake_src_data_get_type),
(gst_fake_src_sizetype_get_type), (gst_fake_src_filltype_get_type),
(gst_fake_src_init), (gst_fake_src_prepare_buffer),
(gst_fake_src_alloc_buffer), (gst_fake_src_get_size):
* gst/elements/gstfakesrc.h:
* gst/gstqueue.c: (queue_leaky_get_type):
correctly fix GEnumValues so that nick is the short lowercase
dashed tag
* tools/gst-inspect.c: (print_element_properties_info):
also show the nick, since it's useful to use from parse_launch
syntax
Fixes #322139
12 files changed:
ChangeLog
gst/elements/Makefile.am
gst/elements/gstfakesink.c
gst/elements/gstfakesrc.c
gst/elements/gstfakesrc.h
gst/gstqueue.c
plugins/elements/Makefile.am
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
plugins/elements/gstfakesrc.h
plugins/elements/gstqueue.c
tools/gst-inspect.c