mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
appsrc: remove duplicate get_size vfunc assignment
This commit is contained in:
parent
7860060536
commit
9361f7c576
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue