[farsight2/master] Make the blueprint/codec pars of the CodecAssociation "public"
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:22:42 PST 2008
---
gst/fsrtpconference/fs-rtp-codec-negotiation.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-codec-negotiation.h b/gst/fsrtpconference/fs-rtp-codec-negotiation.h
index 98469bd..aed92fd 100644
--- a/gst/fsrtpconference/fs-rtp-codec-negotiation.h
+++ b/gst/fsrtpconference/fs-rtp-codec-negotiation.h
@@ -46,14 +46,15 @@ G_BEGIN_DECLS
*/
typedef struct _CodecAssociation {
+ CodecBlueprint *blueprint;
+ FsCodec *codec;
+
/*< private >*/
gboolean reserved;
gboolean disable;
gboolean need_config;
gboolean recv_only;
- CodecBlueprint *blueprint;
- FsCodec *codec;
} CodecAssociation;
--
1.5.6.5
More information about the farsight-commits
mailing list