gst/rtp/gstrtpilbcdepay.h: Fix mode property when specified as an arg.

Original commit message from CVS:
* gst/rtp/gstrtpilbcdepay.h:
Fix mode property when specified as an arg.
This commit is contained in:
Wim Taymans 2007-04-27 15:30:39 +00:00
parent a9a843b340
commit 7fe2138eea
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-04-27 Wim Taymans <wim@fluendo.com>
* gst/rtp/gstrtpilbcdepay.h:
Fix mode property when specified as an arg.
2007-04-26 Edward Hervey <edward@fluendo.com>
* docs/plugins/gst-plugins-good-plugins-docs.sgml:

View file

@ -40,8 +40,8 @@ typedef struct _GstRTPiLBCDepayClass GstRTPiLBCDepayClass;
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_RTP_ILBC_DEPAY))
typedef enum {
GST_ILBC_MODE_20,
GST_ILBC_MODE_30
GST_ILBC_MODE_20 = 20,
GST_ILBC_MODE_30 = 30
} GstiLBCMode;
struct _GstRTPiLBCDepay