mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-29 20:35:40 +00:00
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
2 changed files with 7 additions and 2 deletions
|
@ -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…
Reference in a new issue