mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +00:00
omxvp8dec: fix typo in GST_TYPE_OMX_VP8_DEC define
https://bugzilla.gnome.org/show_bug.cgi?id=728774
This commit is contained in:
parent
da4cf3da1f
commit
420b0b62d3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
G_BEGIN_DECLS
|
||||
|
||||
#define GST_TYPE_OMX_VP8_DEC \
|
||||
(gst_omx_VP8_dec_get_type())
|
||||
(gst_omx_vp8_dec_get_type())
|
||||
#define GST_OMX_VP8_DEC(obj) \
|
||||
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_OMX_VP8_DEC,GstOMXVP8Dec))
|
||||
#define GST_OMX_VP8_DEC_CLASS(klass) \
|
||||
|
|
Loading…
Reference in a new issue