mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
GstObject is no longer instantiatable in glib2
Original commit message from CVS: GstObject is no longer instantiatable in glib2
This commit is contained in:
parent
04da163496
commit
dfcbeb714e
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
testprogs = object element pad element_pad bin
|
||||
# GstObject is no longer instantiatable in glib2
|
||||
testprogs = element pad element_pad bin
|
||||
|
||||
object_SOURCES = object.c mem.c
|
||||
element_SOURCES = element.c mem.c
|
||||
pad_SOURCES = pad.c mem.c
|
||||
element_pad_SOURCES = element_pad.c mem.c
|
||||
|
@ -10,7 +10,7 @@ TESTS = $(testprogs)
|
|||
|
||||
check_PROGRAMS = $(testprogs)
|
||||
|
||||
EXTRA_DIST = thread.c
|
||||
EXTRA_DIST = thread.c object.c
|
||||
|
||||
noinst_HEADERS = mem.h
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
testprogs = object element pad element_pad bin
|
||||
# GstObject is no longer instantiatable in glib2
|
||||
testprogs = element pad element_pad bin
|
||||
|
||||
object_SOURCES = object.c mem.c
|
||||
element_SOURCES = element.c mem.c
|
||||
pad_SOURCES = pad.c mem.c
|
||||
element_pad_SOURCES = element_pad.c mem.c
|
||||
|
@ -10,7 +10,7 @@ TESTS = $(testprogs)
|
|||
|
||||
check_PROGRAMS = $(testprogs)
|
||||
|
||||
EXTRA_DIST = thread.c
|
||||
EXTRA_DIST = thread.c object.c
|
||||
|
||||
noinst_HEADERS = mem.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue