mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 13:32:29 +00:00
removed the new interface again, please comment on http://bugzilla.gnome.org/show_bug.cgi?id=171735
Original commit message from CVS: removed the new interface again, please comment on http://bugzilla.gnome.org/show_bug.cgi?id=171735
This commit is contained in:
parent
f0d47db2e0
commit
2691c48b31
2 changed files with 0 additions and 25 deletions
|
@ -1113,29 +1113,6 @@ gst_pad_template_get_type
|
||||||
gst_pad_template_flags_get_type
|
gst_pad_template_flags_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
|
||||||
<FILE>gstparent</FILE>
|
|
||||||
<TITLE>GstParent</TITLE>
|
|
||||||
gst_parent_get_children_count
|
|
||||||
gst_parent_get_child_by_name
|
|
||||||
gst_parent_get_child_by_index
|
|
||||||
gst_parent_get_valist
|
|
||||||
gst_parent_get
|
|
||||||
gst_parent_set_valist
|
|
||||||
gst_parent_set
|
|
||||||
<SUBSECTION Standard>
|
|
||||||
GstParent
|
|
||||||
GstParentClass
|
|
||||||
GST_PARENT
|
|
||||||
GST_IS_PARENT
|
|
||||||
GST_IS_PARENT_CLASS
|
|
||||||
GST_PARENT_CLASS
|
|
||||||
GST_PARENT_GET_CLASS
|
|
||||||
GST_TYPE_PARENT
|
|
||||||
<SUBSECTION Private>
|
|
||||||
gst_parent_get_type
|
|
||||||
</SECTION>
|
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstparse</FILE>
|
<FILE>gstparse</FILE>
|
||||||
<TITLE>GstParse</TITLE>
|
<TITLE>GstParse</TITLE>
|
||||||
|
|
|
@ -100,7 +100,6 @@ libgstreamer_@GST_MAJORMINOR@_la_SOURCES = \
|
||||||
gstinterface.c \
|
gstinterface.c \
|
||||||
gstmemchunk.c \
|
gstmemchunk.c \
|
||||||
gstpad.c \
|
gstpad.c \
|
||||||
gstparent.c \
|
|
||||||
gstpipeline.c \
|
gstpipeline.c \
|
||||||
gstplugin.c \
|
gstplugin.c \
|
||||||
gstpluginfeature.c \
|
gstpluginfeature.c \
|
||||||
|
@ -175,7 +174,6 @@ gst_headers = \
|
||||||
gstmacros.h \
|
gstmacros.h \
|
||||||
gstmemchunk.h \
|
gstmemchunk.h \
|
||||||
gstpad.h \
|
gstpad.h \
|
||||||
gstparent.h \
|
|
||||||
gstpipeline.h \
|
gstpipeline.h \
|
||||||
gstplugin.h \
|
gstplugin.h \
|
||||||
gstpluginfeature.h \
|
gstpluginfeature.h \
|
||||||
|
|
Loading…
Reference in a new issue