diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-23 15:18:15 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-23 15:18:15 +0000 |
commit | e8e68d294cd662970de6082473e30ecd6ee8dd61 (patch) | |
tree | 1a3ab4553cccb1fa5ee7a24fcacb35749715cd6a /audio/gsta2dpsink.h | |
parent | 5b601136563565049e0dc726b67860bc636e03bd (diff) |
Rename a2dpsendersink to avdtpsink.
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 368f837a..26da4c47 100644 --- a/audio/gsta2dpsink.h +++ b/audio/gsta2dpsink.h @@ -23,7 +23,7 @@ #include <gst/gst.h> #include <gst/rtp/gstbasertppayload.h> -#include "gsta2dpsendersink.h" +#include "gstavdtpsink.h" G_BEGIN_DECLS @@ -45,7 +45,7 @@ struct _GstA2dpSink { GstBin bin; GstBaseRTPPayload *rtp; - GstA2dpSenderSink *sink; + GstAvdtpSink *sink; GstElement *capsfilter; gchar *device; |