[farsight2/master] Move TODO out of the structure so it doenst show up in the gtkdoc
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:21:43 PST 2008
---
gst-libs/gst/farsight/fs-codec.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gst-libs/gst/farsight/fs-codec.h b/gst-libs/gst/farsight/fs-codec.h
index 03b688f..937802b 100644
--- a/gst-libs/gst/farsight/fs-codec.h
+++ b/gst-libs/gst/farsight/fs-codec.h
@@ -70,7 +70,7 @@ typedef enum
*
* If the id of a #FsCodec is #FS_CODEC_ID_DISABLE, then this codec will
* not be used
- */
+ */
#define FS_CODEC_ID_ANY (-1)
#define FS_CODEC_ID_DISABLE (-2)
@@ -86,9 +86,9 @@ typedef enum
*
* This structure reprensents one codec that can be offered or received
*/
+/* TODO Should this be made into a GstStructure? */
struct _FsCodec
{
- /* TODO Should this be made into a GstStructure? */
gint id;
char *encoding_name;
FsMediaType media_type;
--
1.5.6.5
More information about the farsight-commits
mailing list