mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
ignore these test code
Original commit message from CVS: ignore these test code
This commit is contained in:
parent
2e1e7054f2
commit
2b881623ff
10 changed files with 19 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -14,6 +14,7 @@ gstreamer-config
|
|||
gstreamer.pc
|
||||
gstreamer-uninstalled.pc
|
||||
gstreamer.spec
|
||||
gst-element-check-*.m4
|
||||
libtool
|
||||
ltconfig
|
||||
ltmain.sh
|
||||
|
@ -22,6 +23,7 @@ stamp-h
|
|||
stamp-h.in
|
||||
stamp.h
|
||||
autom4te.cache
|
||||
autom4te-2.53.cache
|
||||
stamp-h1
|
||||
autoregen.sh
|
||||
compile
|
||||
|
|
|
@ -2703,6 +2703,7 @@ gst_element_restore_thyself (GstObject *object, xmlNodePtr self)
|
|||
}
|
||||
/* FIXME: can this just be g_object_set ? */
|
||||
gst_util_set_object_arg (G_OBJECT (element), name, value);
|
||||
/* g_object_set (G_OBJECT (element), name, value, NULL); */
|
||||
}
|
||||
children = children->next;
|
||||
}
|
||||
|
|
2
tests/old/testsuite/.gitignore
vendored
2
tests/old/testsuite/.gitignore
vendored
|
@ -5,6 +5,6 @@ Makefile.in
|
|||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
test-registry.xml
|
||||
elementstest-registry.xml
|
||||
threadstest-registry.xml
|
||||
|
|
1
tests/old/testsuite/cleanup/.gitignore
vendored
Normal file
1
tests/old/testsuite/cleanup/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
test-registry.xml
|
2
tests/old/testsuite/refcounting/.gitignore
vendored
2
tests/old/testsuite/refcounting/.gitignore
vendored
|
@ -10,4 +10,4 @@ bin
|
|||
element
|
||||
element_pad
|
||||
pad
|
||||
|
||||
test-registry.xml
|
||||
|
|
5
tests/old/testsuite/threads/.gitignore
vendored
5
tests/old/testsuite/threads/.gitignore
vendored
|
@ -4,3 +4,8 @@ threadc
|
|||
threadd
|
||||
threade
|
||||
threadf
|
||||
thread1
|
||||
thread2
|
||||
thread3
|
||||
thread4
|
||||
thread5
|
||||
|
|
2
testsuite/.gitignore
vendored
2
testsuite/.gitignore
vendored
|
@ -5,6 +5,6 @@ Makefile.in
|
|||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
test-registry.xml
|
||||
elementstest-registry.xml
|
||||
threadstest-registry.xml
|
||||
|
|
1
testsuite/cleanup/.gitignore
vendored
Normal file
1
testsuite/cleanup/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
test-registry.xml
|
2
testsuite/refcounting/.gitignore
vendored
2
testsuite/refcounting/.gitignore
vendored
|
@ -10,4 +10,4 @@ bin
|
|||
element
|
||||
element_pad
|
||||
pad
|
||||
|
||||
test-registry.xml
|
||||
|
|
5
testsuite/threads/.gitignore
vendored
5
testsuite/threads/.gitignore
vendored
|
@ -4,3 +4,8 @@ threadc
|
|||
threadd
|
||||
threade
|
||||
threadf
|
||||
thread1
|
||||
thread2
|
||||
thread3
|
||||
thread4
|
||||
thread5
|
||||
|
|
Loading…
Reference in a new issue