Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gstreamer
Commits
b3998146
Commit
b3998146
authored
Nov 10, 2011
by
Wim Taymans
Browse files
basesrc: don't do things in the vmethod trampoline
parent
13754e87
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/gst/base/gstbasesrc.c
View file @
b3998146
...
...
@@ -1148,8 +1148,6 @@ gst_base_src_query (GstPad * pad, GstQuery * query)
if
(
bclass
->
query
)
result
=
bclass
->
query
(
src
,
query
);
else
result
=
gst_pad_query_default
(
pad
,
query
);
gst_object_unref
(
src
);
...
...
Write
Preview
Supports
Markdown
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