2006-03-01 16:24:37 +00:00
|
|
|
/* GStreamer
|
|
|
|
* Copyright (C) 2004 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
2012-03-07 11:22:14 +00:00
|
|
|
* Copyright (c) 2012 Collabora Ltd.
|
|
|
|
* Author : Edward Hervey <edward@collabora.com>
|
|
|
|
* Author : Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
|
2006-03-01 16:24:37 +00:00
|
|
|
*
|
|
|
|
* 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
|
2012-11-03 23:05:09 +00:00
|
|
|
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
|
|
|
* Boston, MA 02110-1301, USA.
|
2006-03-01 16:24:37 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __GST_THEORADEC_H__
|
|
|
|
#define __GST_THEORADEC_H__
|
|
|
|
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
|
|
# include "config.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <gst/gst.h>
|
2012-03-07 11:22:14 +00:00
|
|
|
#include <gst/video/gstvideodecoder.h>
|
2009-07-31 21:59:03 +00:00
|
|
|
#include <theora/theoradec.h>
|
2006-03-01 16:24:37 +00:00
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
|
|
|
#define GST_TYPE_THEORA_DEC \
|
|
|
|
(gst_theora_dec_get_type())
|
|
|
|
#define GST_THEORA_DEC(obj) \
|
|
|
|
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_THEORA_DEC,GstTheoraDec))
|
|
|
|
#define GST_THEORA_DEC_CLASS(klass) \
|
2006-06-01 19:19:51 +00:00
|
|
|
(G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_THEORA_DEC,GstTheoraDecClass))
|
2006-03-01 16:24:37 +00:00
|
|
|
#define GST_IS_THEORA_DEC(obj) \
|
|
|
|
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_THEORA_DEC))
|
2006-06-01 19:19:51 +00:00
|
|
|
#define GST_IS_THEORA_DEC_CLASS(klass) \
|
2006-03-01 16:24:37 +00:00
|
|
|
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_THEORA_DEC))
|
|
|
|
|
|
|
|
typedef struct _GstTheoraDec GstTheoraDec;
|
|
|
|
typedef struct _GstTheoraDecClass GstTheoraDecClass;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* GstTheoraDec:
|
|
|
|
*
|
|
|
|
* Opaque object data structure.
|
|
|
|
*/
|
|
|
|
struct _GstTheoraDec
|
|
|
|
{
|
2012-03-07 11:22:14 +00:00
|
|
|
GstVideoDecoder element;
|
2006-03-01 16:24:37 +00:00
|
|
|
|
ext/libvisual/visual.c: Small cleanups.
Original commit message from CVS:
* ext/libvisual/visual.c: (gst_visual_get_type),
(gst_visual_src_setcaps), (gst_vis_src_negotiate),
(gst_visual_chain):
Small cleanups.
* ext/theora/gsttheoradec.h:
* ext/theora/theoradec.c: (gst_theora_dec_init),
(gst_theora_dec_reset), (_theora_granule_time),
(theora_dec_src_convert), (theora_dec_sink_convert),
(theora_dec_src_query), (theora_dec_src_event),
(theora_dec_sink_event), (theora_handle_comment_packet),
(theora_handle_header_packet), (theora_dec_push),
(theora_handle_data_packet), (theora_dec_chain),
(theora_dec_change_state):
Add simple QoS.
2006-03-09 17:58:00 +00:00
|
|
|
/* theora decoder state */
|
2009-07-31 21:59:03 +00:00
|
|
|
th_dec_ctx *decoder;
|
|
|
|
//theora_state state;
|
|
|
|
th_setup_info *setup;
|
|
|
|
th_info info;
|
|
|
|
th_comment comment;
|
2006-03-01 16:24:37 +00:00
|
|
|
|
|
|
|
gboolean have_header;
|
|
|
|
|
|
|
|
gboolean need_keyframe;
|
2012-03-07 11:22:14 +00:00
|
|
|
GstVideoCodecState *input_state;
|
|
|
|
GstVideoCodecState *output_state;
|
2006-03-01 16:24:37 +00:00
|
|
|
|
2012-03-07 11:22:14 +00:00
|
|
|
/* telemetry debuging options */
|
2010-10-09 22:49:35 +00:00
|
|
|
gint telemetry_mv;
|
|
|
|
gint telemetry_mbmode;
|
|
|
|
gint telemetry_qi;
|
|
|
|
gint telemetry_bits;
|
|
|
|
|
2012-04-24 20:35:58 +00:00
|
|
|
gboolean can_crop;
|
2015-01-31 16:39:07 +00:00
|
|
|
GstVideoInfo uncropped_info;
|
2006-03-01 16:24:37 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
struct _GstTheoraDecClass
|
|
|
|
{
|
2012-03-07 11:22:14 +00:00
|
|
|
GstVideoDecoderClass parent_class;
|
2006-03-01 16:24:37 +00:00
|
|
|
};
|
|
|
|
|
2010-03-11 12:32:14 +00:00
|
|
|
GType gst_theora_dec_get_type (void);
|
2012-03-07 11:22:14 +00:00
|
|
|
gboolean gst_theora_dec_register (GstPlugin * plugin);
|
2010-03-11 12:32:14 +00:00
|
|
|
|
2006-03-01 16:24:37 +00:00
|
|
|
G_END_DECLS
|
|
|
|
|
|
|
|
#endif /* __GST_THEORADEC_H__ */
|