mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
change plugin path
Original commit message from CVS: change plugin path
This commit is contained in:
parent
fcf39956d7
commit
b6a4764807
3 changed files with 12 additions and 2 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,8 @@
|
||||||
|
2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* testsuite/Rules:
|
||||||
|
change path
|
||||||
|
|
||||||
2004-07-02 Benjamin Otte <otte@gnome.org>
|
2004-07-02 Benjamin Otte <otte@gnome.org>
|
||||||
|
|
||||||
* tests/.cvsignore:
|
* tests/.cvsignore:
|
||||||
|
@ -32,6 +37,11 @@
|
||||||
* tests/spidey_bench.c: (handoff), (main):
|
* tests/spidey_bench.c: (handoff), (main):
|
||||||
don't count first try when averaging
|
don't count first try when averaging
|
||||||
|
|
||||||
|
2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* gst/gstplugin.c: (gst_plugin_load_file):
|
||||||
|
figure out problem with dynamic test
|
||||||
|
|
||||||
2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
|
2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* docs/gst/Makefile.am:
|
* docs/gst/Makefile.am:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
TESTS_ENVIRONMENT=\
|
TESTS_ENVIRONMENT=\
|
||||||
G_DEBUG=fatal_warnings \
|
G_DEBUG=fatal_warnings \
|
||||||
GST_PLUGIN_PATH=$(top_builddir)/gst:. \
|
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/testsuite \
|
||||||
GST_REGISTRY=$(top_builddir)/testsuite/test-registry.xml
|
GST_REGISTRY=$(top_builddir)/testsuite/test-registry.xml
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
TESTS_ENVIRONMENT=\
|
TESTS_ENVIRONMENT=\
|
||||||
G_DEBUG=fatal_warnings \
|
G_DEBUG=fatal_warnings \
|
||||||
GST_PLUGIN_PATH=$(top_builddir)/gst:. \
|
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/testsuite \
|
||||||
GST_REGISTRY=$(top_builddir)/testsuite/test-registry.xml
|
GST_REGISTRY=$(top_builddir)/testsuite/test-registry.xml
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue