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
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
ad22e8bc
Commit
ad22e8bc
authored
Dec 22, 2010
by
Edward Hervey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
encoding-target: Fix typo
parent
17777f25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gst-libs/gst/pbutils/encoding-target.c
gst-libs/gst/pbutils/encoding-target.c
+2
-2
No files found.
gst-libs/gst/pbutils/encoding-target.c
View file @
ad22e8bc
...
...
@@ -242,13 +242,13 @@ gst_encoding_target_new (const gchar * name, const gchar * category,
invalid_name:
{
GST_ERROR
(
"Invalid name for encoding
category
: '%s'"
,
name
);
GST_ERROR
(
"Invalid name for encoding
target
: '%s'"
,
name
);
return
NULL
;
}
invalid_category:
{
GST_ERROR
(
"Invalid
category
for encoding category : '%s'"
,
category
);
GST_ERROR
(
"Invalid
name
for encoding category : '%s'"
,
category
);
return
NULL
;
}
}
...
...
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