diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-14 02:13:35 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-14 02:13:35 +0000 |
commit | 6ff59b2f6e36596ee6f347da307de9b61ff92bdd (patch) | |
tree | 94b0f7973c99338603968e83bdf8ca2ba60c13e1 /gst/debug | |
parent | 57b2ee4bb58e2783618d4ccb385dbf782c4ba3b1 (diff) |
rework configure.ac; make asterisk rtp stuff compile on mingw
Original commit message from CVS:
rework configure.ac; make asterisk rtp stuff compile on mingw
Diffstat (limited to 'gst/debug')
-rw-r--r-- | gst/debug/efence.c | 2 | ||||
-rw-r--r-- | gst/debug/gstdebug.c | 2 | ||||
-rw-r--r-- | gst/debug/gstnavigationtest.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gst/debug/efence.c b/gst/debug/efence.c index a9d70c6b..062fab85 100644 --- a/gst/debug/efence.c +++ b/gst/debug/efence.c @@ -320,7 +320,7 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, "access to data in the buffer is more likely to cause segmentation " "faults. This allocation method is very similar to the debugging tool " "\"Electric Fence\".", - plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN) + plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) static void gst_fenced_buffer_finalize (GstFencedBuffer * buffer) { diff --git a/gst/debug/gstdebug.c b/gst/debug/gstdebug.c index 8c64588e..958d472d 100644 --- a/gst/debug/gstdebug.c +++ b/gst/debug/gstdebug.c @@ -47,4 +47,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "debug", "elements for testing and debugging", - plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN) + plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/gst/debug/gstnavigationtest.c b/gst/debug/gstnavigationtest.c index de7d5e96..9b40fc1e 100644 --- a/gst/debug/gstnavigationtest.c +++ b/gst/debug/gstnavigationtest.c @@ -312,4 +312,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "navigationtest", "Template for a video filter", - plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN) + plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) |