mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
Fix typo spotted by tjansen
Original commit message from CVS: Fix typo spotted by tjansen
This commit is contained in:
parent
50fccd3791
commit
3ac27d6cf1
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ typedef enum {
|
|||
GST_PAD_TEMPLATE_FLAG_LAST = GST_OBJECT_FLAG_LAST + 4
|
||||
} GstPadTemplateFlags;
|
||||
|
||||
#define GST_PAD_TEMPLATE_IS_FIXED(templ) (GST_FLAG_IS_SET(templ), GST_PAD_TEMPLATE_FIXED)
|
||||
#define GST_PAD_TEMPLATE_IS_FIXED(templ) (GST_FLAG_IS_SET(templ, GST_PAD_TEMPLATE_FIXED))
|
||||
|
||||
struct _GstPadTemplate {
|
||||
GstObject object;
|
||||
|
|
Loading…
Reference in a new issue