Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
c9e65dbc
Commit
c9e65dbc
authored
Jul 04, 2013
by
Sreerenj Balachandran
Committed by
Sebastian Dröge
Jul 05, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
colorbalance: Fix the typo in base_init().
parent
38790e57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gst-libs/gst/video/colorbalance.c
gst-libs/gst/video/colorbalance.c
+3
-3
No files found.
gst-libs/gst/video/colorbalance.c
View file @
c9e65dbc
...
...
@@ -51,7 +51,7 @@ enum
LAST_SIGNAL
};
static
void
gst_color_balance_
class
_init
(
GstColorBalanceInterface
*
iface
);
static
void
gst_color_balance_
base
_init
(
GstColorBalanceInterface
*
iface
);
static
guint
gst_color_balance_signals
[
LAST_SIGNAL
]
=
{
0
};
...
...
@@ -63,7 +63,7 @@ gst_color_balance_get_type (void)
if
(
!
gst_color_balance_type
)
{
static
const
GTypeInfo
gst_color_balance_info
=
{
sizeof
(
GstColorBalanceInterface
),
(
GBaseInitFunc
)
gst_color_balance_
class
_init
,
(
GBaseInitFunc
)
gst_color_balance_
base
_init
,
NULL
,
NULL
,
NULL
,
...
...
@@ -81,7 +81,7 @@ gst_color_balance_get_type (void)
}
static
void
gst_color_balance_
class
_init
(
GstColorBalanceInterface
*
iface
)
gst_color_balance_
base
_init
(
GstColorBalanceInterface
*
iface
)
{
static
gboolean
initialized
=
FALSE
;
...
...
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