mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
vaapidecode: remove unused function declaration
There is no need to pre-declare gst_vaapidecode_update_sink_caps(). And fixed code-style of the other pre-declared functions.
This commit is contained in:
parent
4c048b8c6c
commit
8aa880786d
1 changed files with 3 additions and 7 deletions
|
@ -128,14 +128,10 @@ G_DEFINE_TYPE_WITH_CODE(
|
|||
GST_VAAPI_PLUGIN_BASE_INIT_INTERFACES)
|
||||
/* *INDENT-ON* */
|
||||
|
||||
static gboolean
|
||||
gst_vaapidecode_update_sink_caps (GstVaapiDecode * decode, GstCaps * caps);
|
||||
static gboolean gst_vaapidecode_update_src_caps (GstVaapiDecode * decode);
|
||||
|
||||
static gboolean
|
||||
gst_vaapi_decode_input_state_replace (GstVaapiDecode * decode,
|
||||
static gboolean gst_vaapidecode_update_sink_caps (GstVaapiDecode * decode,
|
||||
GstCaps * caps);
|
||||
static gboolean gst_vaapi_decode_input_state_replace (GstVaapiDecode * decode,
|
||||
const GstVideoCodecState * new_state);
|
||||
|
||||
static gboolean gst_vaapidecode_negotiate (GstVaapiDecode * decode);
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue