diff options
Diffstat (limited to 'gst/rtp/gstrtpilbcdepay.h')
| -rw-r--r-- | gst/rtp/gstrtpilbcdepay.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpilbcdepay.h b/gst/rtp/gstrtpilbcdepay.h index 6955bbbb..a9b30bd9 100644 --- a/gst/rtp/gstrtpilbcdepay.h +++ b/gst/rtp/gstrtpilbcdepay.h @@ -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 |
