Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gstreamer
Commits
9d2292ac
Commit
9d2292ac
authored
Jul 15, 2010
by
Stefan Kost
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pad: remove comma at the end of the last enum value
Fixes the build for c++.
parent
c082281d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gst/gstpad.h
gst/gstpad.h
+1
-1
No files found.
gst/gstpad.h
View file @
9d2292ac
...
...
@@ -207,7 +207,7 @@ typedef enum {
GST_PAD_LINK_CHECK_NOTHING
=
0
,
GST_PAD_LINK_CHECK_HIERARCHY
=
1
<<
0
,
GST_PAD_LINK_CHECK_TEMPLATE_CAPS
=
1
<<
1
,
GST_PAD_LINK_CHECK_CAPS
=
1
<<
2
,
GST_PAD_LINK_CHECK_CAPS
=
1
<<
2
}
GstPadLinkCheck
;
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment