diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2019-07-22 13:01:42 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2019-07-22 17:40:50 +0200 |
commit | f6d3e145d7642aae0e6dac292d910149be296e08 (patch) | |
tree | 05dd5fb4b1dfa077038ae59d0529719d6fb18ce6 /compilerplugins | |
parent | d1d9a96337abb7ae40bbd2660ea4d5933b09a001 (diff) |
avmedia: Drop 'wrap_*' functions
Just call the corresponding GStreamer functions directly.
The wrapper functions are pointless since commit
6b911ae9eb9484bebbdc1323210020486f5ef33f
("Drop support for gstreamer-0.10").
Change-Id: I2963bd25a83632f4e693a1691180790452edffda
Reviewed-on: https://gerrit.libreoffice.org/76116
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/constantparam.numbers.results | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/compilerplugins/clang/constantparam.numbers.results b/compilerplugins/clang/constantparam.numbers.results index d4dfa2f8e17d..c080ebde2779 100644 --- a/compilerplugins/clang/constantparam.numbers.results +++ b/compilerplugins/clang/constantparam.numbers.results @@ -1,11 +1,3 @@ -avmedia/source/gstreamer/gstplayer.cxx:416 - int wrap_element_query_position(struct _GstElement *,GstFormat,long *) - GstFormat format - 3 -avmedia/source/gstreamer/gstplayer.cxx:422 - int wrap_element_query_duration(struct _GstElement *,GstFormat,long *) - GstFormat format - 3 basctl/source/inc/dlged.hxx:77 void basctl::DlgEdHint::DlgEdHint(enum basctl::DlgEdHint::Kind,class basctl::DlgEdObj *) enum basctl::DlgEdHint::Kind |