mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst/: Queue is now a plugin, remove static references
Original commit message from CVS: * gst/gst-types.defs: * gst/gst.defs: * gst/gst.override: Queue is now a plugin, remove static references
This commit is contained in:
parent
0d9a68bdbd
commit
e19930da1b
5 changed files with 8 additions and 18 deletions
|
@ -1,3 +1,10 @@
|
|||
2005-11-30 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst/gst-types.defs:
|
||||
* gst/gst.defs:
|
||||
* gst/gst.override:
|
||||
Queue is now a plugin, remove static references
|
||||
|
||||
2005-11-29 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst/gst.defs:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 33084fbe0531733bc02aa1d9de608206d5553a15
|
||||
Subproject commit 8db4c613eb1aa57dc21d25a4b83b36e3cdedc5ca
|
|
@ -96,13 +96,6 @@
|
|||
(gtype-id "GST_TYPE_ELEMENT_FACTORY")
|
||||
)
|
||||
|
||||
(define-object Queue
|
||||
(in-module "Gst")
|
||||
(parent "GstElement")
|
||||
(c-name "GstQueue")
|
||||
(gtype-id "GST_TYPE_QUEUE")
|
||||
)
|
||||
|
||||
(define-object Registry
|
||||
(in-module "Gst")
|
||||
(parent "GstObject")
|
||||
|
|
|
@ -4395,15 +4395,6 @@
|
|||
|
||||
|
||||
|
||||
;; From ../gstreamer/gst/gstqueue.h
|
||||
|
||||
(define-function queue_get_type
|
||||
(c-name "gst_queue_get_type")
|
||||
(return-type "GType")
|
||||
)
|
||||
|
||||
|
||||
|
||||
;; From ../gstreamer/gst/gstregistry.h
|
||||
|
||||
(define-function registry_get_type
|
||||
|
|
|
@ -34,7 +34,6 @@ headers
|
|||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/gsterror.h>
|
||||
#include <gst/gstqueue.h>
|
||||
#include <gst/gsttypefind.h>
|
||||
#include <gst/gsttagsetter.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue