diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-09-11 12:19:22 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-09-11 12:19:22 +0000 |
commit | 2b881623ff6e9fb7094cc03807a4780c43b21ff8 (patch) | |
tree | 2443937b2b043c438ab1d92e4d41619fefc4b9ac | |
parent | 2e1e7054f289e2c58c3b05ee324fff5bcb5d0f24 (diff) |
ignore these test code
Original commit message from CVS:
ignore these
test code
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | gst/gstelement.c | 1 | ||||
-rw-r--r-- | tests/old/testsuite/.gitignore | 2 | ||||
-rw-r--r-- | tests/old/testsuite/cleanup/.gitignore | 1 | ||||
-rw-r--r-- | tests/old/testsuite/refcounting/.gitignore | 2 | ||||
-rw-r--r-- | tests/old/testsuite/threads/.gitignore | 5 | ||||
-rw-r--r-- | testsuite/.gitignore | 2 | ||||
-rw-r--r-- | testsuite/cleanup/.gitignore | 1 | ||||
-rw-r--r-- | testsuite/refcounting/.gitignore | 2 | ||||
-rw-r--r-- | testsuite/threads/.gitignore | 5 |
10 files changed, 19 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index e9bf886fd..c612b311a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/gst/gstelement.c b/gst/gstelement.c index 406d5a1fd..bc215b04f 100644 --- a/gst/gstelement.c +++ b/gst/gstelement.c @@ -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; } diff --git a/tests/old/testsuite/.gitignore b/tests/old/testsuite/.gitignore index ac70881b2..7dd4e39eb 100644 --- a/tests/old/testsuite/.gitignore +++ b/tests/old/testsuite/.gitignore @@ -5,6 +5,6 @@ Makefile.in *.la .deps .libs - test-registry.xml elementstest-registry.xml +threadstest-registry.xml diff --git a/tests/old/testsuite/cleanup/.gitignore b/tests/old/testsuite/cleanup/.gitignore new file mode 100644 index 000000000..5d45c6c3f --- /dev/null +++ b/tests/old/testsuite/cleanup/.gitignore @@ -0,0 +1 @@ +test-registry.xml diff --git a/tests/old/testsuite/refcounting/.gitignore b/tests/old/testsuite/refcounting/.gitignore index 2c99a4dfc..d74ffaf8c 100644 --- a/tests/old/testsuite/refcounting/.gitignore +++ b/tests/old/testsuite/refcounting/.gitignore @@ -10,4 +10,4 @@ bin element element_pad pad - +test-registry.xml diff --git a/tests/old/testsuite/threads/.gitignore b/tests/old/testsuite/threads/.gitignore index a66e1490e..1708af6c7 100644 --- a/tests/old/testsuite/threads/.gitignore +++ b/tests/old/testsuite/threads/.gitignore @@ -4,3 +4,8 @@ threadc threadd threade threadf +thread1 +thread2 +thread3 +thread4 +thread5 diff --git a/testsuite/.gitignore b/testsuite/.gitignore index ac70881b2..7dd4e39eb 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -5,6 +5,6 @@ Makefile.in *.la .deps .libs - test-registry.xml elementstest-registry.xml +threadstest-registry.xml diff --git a/testsuite/cleanup/.gitignore b/testsuite/cleanup/.gitignore new file mode 100644 index 000000000..5d45c6c3f --- /dev/null +++ b/testsuite/cleanup/.gitignore @@ -0,0 +1 @@ +test-registry.xml diff --git a/testsuite/refcounting/.gitignore b/testsuite/refcounting/.gitignore index 2c99a4dfc..d74ffaf8c 100644 --- a/testsuite/refcounting/.gitignore +++ b/testsuite/refcounting/.gitignore @@ -10,4 +10,4 @@ bin element element_pad pad - +test-registry.xml diff --git a/testsuite/threads/.gitignore b/testsuite/threads/.gitignore index a66e1490e..1708af6c7 100644 --- a/testsuite/threads/.gitignore +++ b/testsuite/threads/.gitignore @@ -4,3 +4,8 @@ threadc threadd threade threadf +thread1 +thread2 +thread3 +thread4 +thread5 |