Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
1db76ee6
Commit
1db76ee6
authored
Jun 28, 2014
by
Sebastian Dröge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvisual: Rename get_type() function to prevent conflicts with static linking
https://bugzilla.gnome.org/show_bug.cgi?id=728443
parent
ae464e47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ext/libvisual/gstaudiovisualizer.c
ext/libvisual/gstaudiovisualizer.c
+1
-1
ext/libvisual/gstaudiovisualizer.h
ext/libvisual/gstaudiovisualizer.h
+2
-2
No files found.
ext/libvisual/gstaudiovisualizer.c
View file @
1db76ee6
...
...
@@ -503,7 +503,7 @@ struct _GstAudioVisualizerPrivate
};
GType
gst_audio_visualizer_get_type
(
void
)
libvisual_
gst_audio_visualizer_get_type
(
void
)
{
static
volatile
gsize
audio_visualizer_type
=
0
;
...
...
ext/libvisual/gstaudiovisualizer.h
View file @
1db76ee6
...
...
@@ -29,7 +29,7 @@
#include <gst/base/gstadapter.h>
G_BEGIN_DECLS
#define GST_TYPE_AUDIO_VISUALIZER (gst_audio_visualizer_get_type())
#define GST_TYPE_AUDIO_VISUALIZER (
libvisual_
gst_audio_visualizer_get_type())
#define GST_AUDIO_VISUALIZER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_AUDIO_VISUALIZER,GstAudioVisualizer))
#define GST_AUDIO_VISUALIZER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_AUDIO_VISUALIZER,GstAudioVisualizerClass))
#define GST_AUDIO_VISUALIZER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj),GST_TYPE_AUDIO_VISUALIZER,GstAudioVisualizerClass))
...
...
@@ -121,7 +121,7 @@ struct _GstAudioVisualizerClass
gboolean
(
*
decide_allocation
)
(
GstAudioVisualizer
*
scope
,
GstQuery
*
query
);
};
GType
gst_audio_visualizer_get_type
(
void
);
GType
libvisual_
gst_audio_visualizer_get_type
(
void
);
G_END_DECLS
#endif
/* __GST_AUDIO_VISUALIZER_H__ */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment