diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-23 19:12:23 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-23 19:12:23 +0000 |
commit | 0a527f667ae62ac335f22d1d053179b20ff26e94 (patch) | |
tree | 9b4b85a92c9c95005a54660b21da7cb05102ee34 /audio/gsta2dpsink.h | |
parent | 2ec3960a534fe2e8e0d63cc3600ef1fd90505b0d (diff) |
Add SBC encoder and decoder skeletons for GStreamer
Diffstat (limited to 'audio/gsta2dpsink.h')
-rw-r--r-- | audio/gsta2dpsink.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gsta2dpsink.h b/audio/gsta2dpsink.h index 9630c11a..9575bc44 100644 --- a/audio/gsta2dpsink.h +++ b/audio/gsta2dpsink.h @@ -27,7 +27,7 @@ G_BEGIN_DECLS #define GST_TYPE_A2DP_SINK \ - (gst_a2dpsink_get_type()) + (gst_a2dp_sink_get_type()) #define GST_A2DP_SINK(obj) \ (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_A2DP_SINK,GstA2dpSink)) #define GST_A2DP_SINK_CLASS(klass) \ @@ -48,6 +48,6 @@ struct _GstA2dpSinkClass { GstAudioSinkClass parent_class; }; -GType gst_a2dpsink_get_type(void); +GType gst_a2dp_sink_get_type(void); G_END_DECLS |