[farsight2/master] Removed unused FsCodecPreference (from fs1)
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:21:30 PST 2008
---
gst-libs/gst/farsight/fs-codec.h | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/gst-libs/gst/farsight/fs-codec.h b/gst-libs/gst/farsight/fs-codec.h
index d9cc4a9..03b688f 100644
--- a/gst-libs/gst/farsight/fs-codec.h
+++ b/gst-libs/gst/farsight/fs-codec.h
@@ -34,7 +34,6 @@ G_BEGIN_DECLS
typedef struct _FsCodec FsCodec;
typedef struct _FsCodecParameter FsCodecParameter;
-typedef struct _FsCodecPreference FsCodecPreference;
#define FS_TYPE_CODEC \
(fs_codec_get_type())
@@ -113,18 +112,6 @@ struct _FsCodecParameter {
gchar *value;
};
-/**
- * FsCodecPreference:
- * @encoding_name: name of encoding preferred
- * @clock_rate: rate of codec preffered
- *
- * Used to give a preferece for what type of codec to use.
- */
-struct _FsCodecPreference {
- gchar *encoding_name;
- gint clock_rate;
-};
-
GType fs_codec_get_type (void);
GType fs_codec_list_get_type (void);
--
1.5.6.5
More information about the farsight-commits
mailing list