Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
85218c69
Commit
85218c69
authored
May 24, 2017
by
Nicolas Dufresne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v4l2videoenc: Remove unused function
parent
9f936c92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
sys/v4l2/gstv4l2videoenc.c
sys/v4l2/gstv4l2videoenc.c
+0
-12
No files found.
sys/v4l2/gstv4l2videoenc.c
View file @
85218c69
...
...
@@ -897,18 +897,6 @@ gst_v4l2_video_enc_subclass_init (gpointer g_class, gpointer data)
}
/* Probing functions */
gboolean
gst_v4l2_is_video_enc
(
GstCaps
*
sink_caps
,
GstCaps
*
src_caps
)
{
gboolean
ret
=
FALSE
;
if
(
gst_caps_is_subset
(
sink_caps
,
gst_v4l2_object_get_raw_caps
())
&&
gst_caps_is_subset
(
src_caps
,
gst_v4l2_object_get_codec_caps
()))
ret
=
TRUE
;
return
ret
;
}
gboolean
gst_v4l2_video_enc_register
(
GstPlugin
*
plugin
,
GType
type
,
const
char
*
codec
,
const
gchar
*
basename
,
const
gchar
*
device_path
,
...
...
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