Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
27c702f5
Commit
27c702f5
authored
Jan 20, 2002
by
Wim Taymans
Browse files
Don't use v4lsrc before initializing it.
Original commit message from CVS: Don't use v4lsrc before initializing it.
parent
7774b745
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/v4l/gstv4lsrc.c
View file @
27c702f5
...
...
@@ -178,10 +178,12 @@ gst_v4lsrc_srcconnect (GstPad *pad,
{
GstV4lSrc
*
v4lsrc
;
GstCaps
*
caps
,
*
newcaps
;
gint
palette
=
v4lsrc
->
palette
;
gint
palette
;
v4lsrc
=
GST_V4LSRC
(
gst_pad_get_parent
(
pad
));
palette
=
v4lsrc
->
palette
;
/* TODO: caps = gst_caps_normalize(capslist); */
for
(
caps
=
vscapslist
;
caps
!=
NULL
;
caps
=
vscapslist
=
vscapslist
->
next
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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