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:
parent
a9a843b340
commit
7fe2138eea
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user