projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7860060
)
appsrc: remove duplicate get_size vfunc assignment
author
Philippe Normand
<philn@igalia.com>
Mon, 31 Aug 2015 09:09:09 +0000
(11:09 +0200)
committer
Sebastian Dröge
<sebastian@centricular.com>
Mon, 31 Aug 2015 09:11:10 +0000
(12:11 +0300)
gst-libs/gst/app/gstappsrc.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/app/gstappsrc.c
b/gst-libs/gst/app/gstappsrc.c
index be27b3f294fe66fe768a13dceb651007aa07fef1..61ad67c61f8d05e4fa9a67cbe7f0055d779f15ad 100644
(file)
--- a/
gst-libs/gst/app/gstappsrc.c
+++ b/
gst-libs/gst/app/gstappsrc.c
@@
-527,7
+527,6
@@
gst_app_src_class_init (GstAppSrcClass * klass)
basesrc_class->do_seek = gst_app_src_do_seek;
basesrc_class->is_seekable = gst_app_src_is_seekable;
basesrc_class->get_size = gst_app_src_do_get_size;
- basesrc_class->get_size = gst_app_src_do_get_size;
basesrc_class->query = gst_app_src_query;
klass->push_buffer = gst_app_src_push_buffer_action;