2020-02-09 16:31:11 +00:00
|
|
|
/* GStreamer
|
|
|
|
* Copyright (C) 2020 Nicolas Dufresne <nicolas.dufresne@collabora.com>
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Library General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Library General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Library General Public
|
|
|
|
* License along with this library; if not, write to the
|
|
|
|
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
|
|
|
* Boston, MA 02110-1301, USA.
|
|
|
|
*/
|
|
|
|
|
2023-12-14 20:19:56 +00:00
|
|
|
#pragma once
|
2020-02-09 16:31:11 +00:00
|
|
|
|
|
|
|
#include "gstv4l2decoder.h"
|
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
|
|
|
void gst_v4l2_codec_h264_dec_register (GstPlugin * plugin,
|
2021-05-27 20:22:42 +00:00
|
|
|
GstV4l2Decoder * decoder,
|
2020-02-09 16:31:11 +00:00
|
|
|
GstV4l2CodecDevice * device,
|
|
|
|
guint rank);
|
|
|
|
|
|
|
|
G_END_DECLS
|