2002-05-01 18:41:59 +00:00
|
|
|
/* GStreamer
|
|
|
|
* Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
|
|
|
|
*
|
|
|
|
* 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-04 00:07:18 +00:00
|
|
|
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
|
|
|
* Boston, MA 02110-1301, USA.
|
2002-05-01 18:41:59 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef __GST_QTDEMUX_H__
|
|
|
|
#define __GST_QTDEMUX_H__
|
|
|
|
|
|
|
|
#include <gst/gst.h>
|
gst/qtdemux/: QtDemux can now work push-based.
Original commit message from CVS:
* gst/qtdemux/Makefile.am:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
(gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
(extract_initial_length_and_fourcc),
(gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
(gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
(qtdemux_sink_activate), (qtdemux_sink_activate_pull),
(qtdemux_sink_activate_push), (qtdemux_parse_trak):
* gst/qtdemux/qtdemux.h:
QtDemux can now work push-based.
It still needs some love for seeking.
2006-02-13 22:04:42 +00:00
|
|
|
#include <gst/base/gstadapter.h>
|
2014-05-23 20:53:00 +00:00
|
|
|
#include <gst/base/gstflowcombiner.h>
|
2019-05-26 10:20:03 +00:00
|
|
|
#include <gst/base/gstbytereader.h>
|
|
|
|
#include <gst/video/video.h>
|
2015-02-11 14:30:44 +00:00
|
|
|
#include "gstisoff.h"
|
2002-05-01 18:41:59 +00:00
|
|
|
|
gst/qtdemux/qtdemux.*: Some QT demux loving.
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
(gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
(qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
(qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
(qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
(qtdemux_video_caps), (qtdemux_audio_caps):
* gst/qtdemux/qtdemux.h:
Some QT demux loving.
Handle seeking in a less broken way.
Fix AMR caps to match the AMR decoder.
Set first timestamp on AMR samples to 0 for now.
Remove some \n in DEBUG strings.
Use _scale_int for maximum precision.
2006-02-06 15:41:25 +00:00
|
|
|
G_BEGIN_DECLS
|
2002-05-01 18:41:59 +00:00
|
|
|
|
|
|
|
#define GST_TYPE_QTDEMUX \
|
|
|
|
(gst_qtdemux_get_type())
|
|
|
|
#define GST_QTDEMUX(obj) \
|
|
|
|
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_QTDEMUX,GstQTDemux))
|
|
|
|
#define GST_QTDEMUX_CLASS(klass) \
|
2006-06-01 22:00:26 +00:00
|
|
|
(G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_QTDEMUX,GstQTDemuxClass))
|
2002-05-01 18:41:59 +00:00
|
|
|
#define GST_IS_QTDEMUX(obj) \
|
|
|
|
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_QTDEMUX))
|
2006-06-01 22:00:26 +00:00
|
|
|
#define GST_IS_QTDEMUX_CLASS(klass) \
|
2002-05-01 18:41:59 +00:00
|
|
|
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_QTDEMUX))
|
|
|
|
|
gst/qtdemux/: Cleanup and refactor to make the code more readable.
Original commit message from CVS:
* gst/qtdemux/Makefile.am:
* gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
(gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
(gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
(gst_qtdemux_chain), (qtdemux_sink_activate_pull),
(qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
(qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
(qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
(qtdemux_parse_samples), (qtdemux_parse_segments),
(qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
(qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
(qtdemux_parse_udta), (qtdemux_redirects_sort_func),
(qtdemux_process_redirects), (qtdemux_parse_redirects),
(qtdemux_parse_tree), (gst_qtdemux_handle_esds),
(qtdemux_video_caps), (qtdemux_audio_caps):
* gst/qtdemux/qtdemux.h:
* gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
(qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
(qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
(qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
(qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
(qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
(qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
(qtdemux_node_dump):
* gst/qtdemux/qtdemux_dump.h:
* gst/qtdemux/qtdemux_fourcc.h:
* gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
* gst/qtdemux/qtdemux_types.h:
* gst/qtdemux/qtpalette.h:
Cleanup and refactor to make the code more readable.
Move debugging/tables into separate files.
Add 2/4/16 color palletee support.
Fix raw 15 bit RGB handling.
Use more FOURCC constants.
Add some docs.
2007-01-12 10:22:16 +00:00
|
|
|
#define GST_QTDEMUX_CAST(obj) ((GstQTDemux *)(obj))
|
gst/qtdemux/qtdemux.*: Avoid void pointer usage, better use guint8 * instead.
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
(qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
(qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
(qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
(qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
(qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
(qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
(qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
(qtdemux_tree_get_sibling_by_type):
* gst/qtdemux/qtdemux.h:
Avoid void pointer usage, better use guint8 * instead.
2006-10-17 10:59:55 +00:00
|
|
|
|
2009-01-05 11:42:09 +00:00
|
|
|
/* qtdemux produces these for atoms it cannot parse */
|
|
|
|
#define GST_QT_DEMUX_PRIVATE_TAG "private-qt-tag"
|
2009-04-15 17:10:04 +00:00
|
|
|
#define GST_QT_DEMUX_CLASSIFICATION_TAG "classification"
|
2009-01-05 11:42:09 +00:00
|
|
|
|
2004-03-15 16:32:54 +00:00
|
|
|
typedef struct _GstQTDemux GstQTDemux;
|
|
|
|
typedef struct _GstQTDemuxClass GstQTDemuxClass;
|
|
|
|
typedef struct _QtDemuxStream QtDemuxStream;
|
2019-05-26 10:20:03 +00:00
|
|
|
typedef struct _QtDemuxSample QtDemuxSample;
|
|
|
|
typedef struct _QtDemuxSegment QtDemuxSegment;
|
|
|
|
typedef struct _QtDemuxRandomAccessEntry QtDemuxRandomAccessEntry;
|
|
|
|
typedef struct _QtDemuxStreamStsdEntry QtDemuxStreamStsdEntry;
|
2002-05-01 18:41:59 +00:00
|
|
|
|
2021-08-27 11:58:25 +00:00
|
|
|
typedef GstBuffer * (*QtDemuxProcessFunc)(GstQTDemux * qtdemux, QtDemuxStream * stream, GstBuffer * buf);
|
|
|
|
|
2016-04-28 11:44:49 +00:00
|
|
|
enum QtDemuxState
|
|
|
|
{
|
|
|
|
QTDEMUX_STATE_INITIAL, /* Initial state (haven't got the header yet) */
|
|
|
|
QTDEMUX_STATE_HEADER, /* Parsing the header */
|
|
|
|
QTDEMUX_STATE_MOVIE, /* Parsing/Playing the media data */
|
|
|
|
QTDEMUX_STATE_BUFFER_MDAT /* Buffering the mdat atom */
|
|
|
|
};
|
|
|
|
|
2004-03-15 16:32:54 +00:00
|
|
|
struct _GstQTDemux {
|
|
|
|
GstElement element;
|
2002-05-01 18:41:59 +00:00
|
|
|
|
2016-05-10 13:10:36 +00:00
|
|
|
/* Global state */
|
|
|
|
enum QtDemuxState state;
|
|
|
|
|
|
|
|
/* static sink pad */
|
2004-03-15 16:32:54 +00:00
|
|
|
GstPad *sinkpad;
|
2003-06-10 06:23:42 +00:00
|
|
|
|
2016-05-10 13:10:36 +00:00
|
|
|
/* TRUE if pull-based */
|
|
|
|
gboolean pullbased;
|
|
|
|
|
2019-09-03 20:46:30 +00:00
|
|
|
gchar *redirect_location;
|
2016-05-10 13:10:36 +00:00
|
|
|
|
2018-05-08 11:30:18 +00:00
|
|
|
/* Protect pad exposing from flush event */
|
|
|
|
GMutex expose_lock;
|
|
|
|
|
2018-05-08 10:39:02 +00:00
|
|
|
/* list of QtDemuxStream */
|
2018-10-07 07:43:34 +00:00
|
|
|
GPtrArray *active_streams;
|
|
|
|
GPtrArray *old_streams;
|
2018-05-08 10:39:02 +00:00
|
|
|
|
gst/qtdemux/: Cleanup and refactor to make the code more readable.
Original commit message from CVS:
* gst/qtdemux/Makefile.am:
* gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
(gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
(gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
(gst_qtdemux_chain), (qtdemux_sink_activate_pull),
(qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
(qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
(qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
(qtdemux_parse_samples), (qtdemux_parse_segments),
(qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
(qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
(qtdemux_parse_udta), (qtdemux_redirects_sort_func),
(qtdemux_process_redirects), (qtdemux_parse_redirects),
(qtdemux_parse_tree), (gst_qtdemux_handle_esds),
(qtdemux_video_caps), (qtdemux_audio_caps):
* gst/qtdemux/qtdemux.h:
* gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
(qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
(qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
(qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
(qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
(qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
(qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
(qtdemux_node_dump):
* gst/qtdemux/qtdemux_dump.h:
* gst/qtdemux/qtdemux_fourcc.h:
* gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
* gst/qtdemux/qtdemux_types.h:
* gst/qtdemux/qtpalette.h:
Cleanup and refactor to make the code more readable.
Move debugging/tables into separate files.
Add 2/4/16 color palletee support.
Fix raw 15 bit RGB handling.
Use more FOURCC constants.
Add some docs.
2007-01-12 10:22:16 +00:00
|
|
|
gint n_video_streams;
|
|
|
|
gint n_audio_streams;
|
2009-10-07 12:03:17 +00:00
|
|
|
gint n_sub_streams;
|
2002-05-01 18:41:59 +00:00
|
|
|
|
2014-05-23 20:53:00 +00:00
|
|
|
GstFlowCombiner *flowcombiner;
|
|
|
|
|
2016-05-10 13:10:36 +00:00
|
|
|
/* Incoming stream group-id to set on downstream STREAM_START events.
|
|
|
|
* If upstream doesn't contain one, a global one will be generated */
|
2013-07-22 13:22:47 +00:00
|
|
|
gboolean have_group_id;
|
|
|
|
guint group_id;
|
|
|
|
|
2008-09-03 12:39:35 +00:00
|
|
|
guint major_brand;
|
2009-08-13 14:11:59 +00:00
|
|
|
GstBuffer *comp_brands;
|
2016-05-10 13:10:36 +00:00
|
|
|
|
|
|
|
/* [moov] header.
|
|
|
|
* FIXME : This is discarded just after it's created. Just move it
|
|
|
|
* to a temporary variable ? */
|
2004-03-15 16:32:54 +00:00
|
|
|
GNode *moov_node;
|
2016-05-10 13:10:36 +00:00
|
|
|
|
|
|
|
/* FIXME : This is never freed. It is only assigned once. memleak ? */
|
2004-03-15 16:32:54 +00:00
|
|
|
GNode *moov_node_compressed;
|
2003-06-10 06:23:42 +00:00
|
|
|
|
2016-05-10 13:10:36 +00:00
|
|
|
/* Set to TRUE when the [moov] header has been fully parsed */
|
|
|
|
gboolean got_moov;
|
|
|
|
|
|
|
|
/* Global timescale for the incoming stream. Use the QTTIME macros
|
|
|
|
* to convert values to/from GstClockTime */
|
2004-03-15 16:32:54 +00:00
|
|
|
guint32 timescale;
|
2003-06-10 06:23:42 +00:00
|
|
|
|
2016-05-10 13:10:36 +00:00
|
|
|
/* Global duration (in global timescale). Use QTTIME macros to get GstClockTime */
|
|
|
|
guint64 duration;
|
|
|
|
|
|
|
|
/* Total size of header atoms. Used to calculate fallback overall bitrate */
|
|
|
|
guint header_size;
|
|
|
|
|
|
|
|
GstTagList *tag_list;
|
|
|
|
|
|
|
|
/* configured playback region */
|
|
|
|
GstSegment segment;
|
|
|
|
|
2019-07-12 18:51:44 +00:00
|
|
|
/* State for key_units trickmode */
|
|
|
|
GstClockTime trickmode_interval;
|
|
|
|
|
2018-06-09 21:58:01 +00:00
|
|
|
/* PUSH-BASED only: If the initial segment event, or a segment consequence of
|
|
|
|
* a seek or incoming TIME segment from upstream needs to be pushed. This
|
|
|
|
* variable is used instead of pushing the event directly because at that
|
|
|
|
* point we may not have yet emitted the srcpads. */
|
2016-04-26 17:34:16 +00:00
|
|
|
gboolean need_segment;
|
2016-05-10 13:10:36 +00:00
|
|
|
|
|
|
|
guint32 segment_seqnum;
|
|
|
|
|
|
|
|
/* flag to indicate that we're working with a smoothstreaming fragment
|
|
|
|
* Mss doesn't have 'moov' or any information about the streams format,
|
|
|
|
* requiring qtdemux to expose and create the streams */
|
|
|
|
gboolean mss_mode;
|
|
|
|
|
|
|
|
/* Set to TRUE if the incoming stream is either a MSS stream or
|
|
|
|
* a Fragmented MP4 (containing the [mvex] atom in the header) */
|
2010-03-11 08:56:04 +00:00
|
|
|
gboolean fragmented;
|
2016-05-10 13:10:36 +00:00
|
|
|
|
|
|
|
/* PULL-BASED only : If TRUE there is a pending seek */
|
2014-08-24 12:38:08 +00:00
|
|
|
gboolean fragmented_seek_pending;
|
2016-05-10 13:10:36 +00:00
|
|
|
|
|
|
|
/* PULL-BASED : offset of first [moof] or of fragment to seek to
|
|
|
|
* PUSH-BASED : offset of latest [moof] */
|
2010-11-04 09:17:37 +00:00
|
|
|
guint64 moof_offset;
|
2010-03-11 08:56:04 +00:00
|
|
|
|
2016-05-10 13:10:36 +00:00
|
|
|
/* MSS streams have a single media that is unspecified at the atoms, so
|
|
|
|
* upstream provides it at the caps */
|
|
|
|
GstCaps *media_caps;
|
2003-06-10 06:23:42 +00:00
|
|
|
|
2016-05-10 13:10:36 +00:00
|
|
|
/* Set to TRUE when all streams have been exposed */
|
|
|
|
gboolean exposed;
|
2017-12-11 15:14:02 +00:00
|
|
|
|
2016-05-10 13:10:36 +00:00
|
|
|
gint64 chapters_track_id;
|
gst/qtdemux/: QtDemux can now work push-based.
Original commit message from CVS:
* gst/qtdemux/Makefile.am:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
(gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
(extract_initial_length_and_fourcc),
(gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
(gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
(qtdemux_sink_activate), (qtdemux_sink_activate_pull),
(qtdemux_sink_activate_push), (qtdemux_parse_trak):
* gst/qtdemux/qtdemux.h:
QtDemux can now work push-based.
It still needs some love for seeking.
2006-02-13 22:04:42 +00:00
|
|
|
|
2016-05-10 13:10:36 +00:00
|
|
|
/* protection support */
|
|
|
|
GPtrArray *protection_system_ids; /* Holds identifiers of all content protection systems for all tracks */
|
|
|
|
GQueue protection_event_queue; /* holds copy of upstream protection events */
|
|
|
|
guint64 cenc_aux_info_offset;
|
|
|
|
guint8 *cenc_aux_info_sizes;
|
|
|
|
guint32 cenc_aux_sample_count;
|
2017-06-21 15:59:21 +00:00
|
|
|
gchar *preferred_protection_system_id;
|
2016-05-10 13:10:36 +00:00
|
|
|
|
2018-05-08 11:26:41 +00:00
|
|
|
/* Whether the parent bin is streams-aware, meaning we can
|
|
|
|
* add/remove streams at any point in time */
|
|
|
|
gboolean streams_aware;
|
2016-05-10 13:10:36 +00:00
|
|
|
|
|
|
|
/*
|
2017-12-11 15:14:02 +00:00
|
|
|
* ALL VARIABLES BELOW ARE ONLY USED IN PUSH-BASED MODE
|
2016-05-10 13:10:36 +00:00
|
|
|
*/
|
|
|
|
GstAdapter *adapter;
|
gst/qtdemux/: QtDemux can now work push-based.
Original commit message from CVS:
* gst/qtdemux/Makefile.am:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
(gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
(extract_initial_length_and_fourcc),
(gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
(gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
(qtdemux_sink_activate), (qtdemux_sink_activate_pull),
(qtdemux_sink_activate_push), (qtdemux_parse_trak):
* gst/qtdemux/qtdemux.h:
QtDemux can now work push-based.
It still needs some love for seeking.
2006-02-13 22:04:42 +00:00
|
|
|
guint neededbytes;
|
|
|
|
guint todrop;
|
2016-05-10 13:10:36 +00:00
|
|
|
/* Used to store data if [mdat] is before the headers */
|
2006-02-14 18:50:13 +00:00
|
|
|
GstBuffer *mdatbuffer;
|
2016-05-10 13:10:36 +00:00
|
|
|
/* Amount of bytes left to read in the current [mdat] */
|
2017-03-21 12:55:32 +00:00
|
|
|
guint64 mdatleft, mdatsize;
|
2016-05-10 13:10:36 +00:00
|
|
|
|
|
|
|
/* When restoring the mdat to the adapter, this buffer stores any
|
|
|
|
* trailing data that was after the last atom parsed as it has to be
|
|
|
|
* restored later along with the correct offset. Used in fragmented
|
|
|
|
* scenario where mdat/moof are one after the other in any order.
|
2013-10-25 14:42:37 +00:00
|
|
|
*
|
|
|
|
* Check https://bugzilla.gnome.org/show_bug.cgi?id=710623 */
|
|
|
|
GstBuffer *restoredata_buffer;
|
|
|
|
guint64 restoredata_offset;
|
gst/qtdemux/: QtDemux can now work push-based.
Original commit message from CVS:
* gst/qtdemux/Makefile.am:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
(gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
(extract_initial_length_and_fourcc),
(gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
(gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
(qtdemux_sink_activate), (qtdemux_sink_activate_pull),
(qtdemux_sink_activate_push), (qtdemux_parse_trak):
* gst/qtdemux/qtdemux.h:
QtDemux can now work push-based.
It still needs some love for seeking.
2006-02-13 22:04:42 +00:00
|
|
|
|
2016-05-10 13:10:36 +00:00
|
|
|
/* The current offset in bytes from upstream.
|
|
|
|
* Note: While it makes complete sense when we are PULL-BASED (pulling
|
|
|
|
* in BYTES from upstream) and PUSH-BASED with a BYTE SEGMENT (receiving
|
|
|
|
* buffers with actual offsets), it is undefined in PUSH-BASED with a
|
|
|
|
* TIME SEGMENT */
|
ext/faad/gstfaad.c: Sign/unsign mismatch.
Original commit message from CVS:
* ext/faad/gstfaad.c: (gst_faad_event):
Sign/unsign mismatch.
* configure.ac:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
(gst_qtdemux_init), (gst_qtdemux_get_src_query_types),
(gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
(plugin_init), (gst_qtdemux_handle_sink_event),
(gst_qtdemux_change_state), (gst_qtdemux_loop_header),
(qtdemux_sink_activate), (qtdemux_sink_activate_pull),
(gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
(qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
* gst/qtdemux/qtdemux.h:
Half-assed port (hey, it works).
2005-08-09 14:43:48 +00:00
|
|
|
guint64 offset;
|
2016-05-10 13:10:36 +00:00
|
|
|
|
2006-02-14 18:50:13 +00:00
|
|
|
/* offset of the mdat atom */
|
|
|
|
guint64 mdatoffset;
|
2016-05-10 13:10:36 +00:00
|
|
|
/* Offset of the first mdat */
|
2009-11-24 15:27:26 +00:00
|
|
|
guint64 first_mdat;
|
2016-05-10 13:10:36 +00:00
|
|
|
/* offset of last [moov] seen */
|
2013-11-15 11:54:07 +00:00
|
|
|
guint64 last_moov_offset;
|
2003-06-16 17:39:26 +00:00
|
|
|
|
2016-05-10 13:10:36 +00:00
|
|
|
/* If TRUE, qtdemux received upstream newsegment in TIME format
|
|
|
|
* which likely means that upstream is driving the pipeline (such as
|
|
|
|
* adaptive demuxers or dlna sources) */
|
|
|
|
gboolean upstream_format_is_time;
|
gst/qtdemux/qtdemux.c: More qtdemux hackage -- parse a lot more atoms, extract a few tags. One might even mistake th...
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
(gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
(qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
(qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
(qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
hackage -- parse a lot more atoms, extract a few tags. One might even
mistake this for tag support. Maybe it is.
* gst/qtdemux/qtdemux.h:
2004-05-01 01:46:16 +00:00
|
|
|
|
2016-05-10 13:10:36 +00:00
|
|
|
/* Seqnum of the seek event sent upstream. Will be used to
|
|
|
|
* detect incoming FLUSH events corresponding to that */
|
2015-12-21 12:57:33 +00:00
|
|
|
guint32 offset_seek_seqnum;
|
2016-05-10 13:10:36 +00:00
|
|
|
|
|
|
|
/* UPSTREAM BYTE: Requested upstream byte seek offset.
|
|
|
|
* Currently it is only used to check if an incoming BYTE SEGMENT
|
|
|
|
* corresponds to a seek event that was sent upstream */
|
2013-09-04 18:34:35 +00:00
|
|
|
gint64 seek_offset;
|
2016-05-10 13:10:36 +00:00
|
|
|
|
|
|
|
/* UPSTREAM BYTE: Requested start/stop TIME values from
|
|
|
|
* downstream.
|
|
|
|
* Used to set on the downstream segment once the corresponding upstream
|
|
|
|
* BYTE SEEK has succeeded */
|
2013-09-04 18:34:35 +00:00
|
|
|
gint64 push_seek_start;
|
|
|
|
gint64 push_seek_stop;
|
2009-10-14 09:54:44 +00:00
|
|
|
|
2011-12-30 17:23:43 +00:00
|
|
|
#if 0
|
2009-10-14 09:54:44 +00:00
|
|
|
/* gst index support */
|
|
|
|
GstIndex *element_index;
|
|
|
|
gint index_id;
|
2011-12-30 17:23:43 +00:00
|
|
|
#endif
|
2010-02-04 13:46:56 +00:00
|
|
|
|
2016-05-10 13:10:36 +00:00
|
|
|
/* Whether upstream is seekable in BYTES */
|
2011-08-30 11:33:49 +00:00
|
|
|
gboolean upstream_seekable;
|
2016-05-10 13:10:36 +00:00
|
|
|
/* UPSTREAM BYTE: Size of upstream content.
|
|
|
|
* Note : This is only computed once ! If upstream grows in the meantime
|
|
|
|
* it will not be updated */
|
2012-09-27 21:17:49 +00:00
|
|
|
gint64 upstream_size;
|
2013-04-16 13:41:43 +00:00
|
|
|
|
2016-05-10 13:10:36 +00:00
|
|
|
/* UPSTREAM TIME : Contains the PTS (if any) of the
|
|
|
|
* buffer that contains a [moof] header. Will be used to establish
|
|
|
|
* the actual PTS of the samples contained within that fragment. */
|
2013-04-12 12:08:16 +00:00
|
|
|
guint64 fragment_start;
|
2016-05-10 13:10:36 +00:00
|
|
|
/* UPSTREAM TIME : The offset in bytes of the [moof]
|
|
|
|
* header start.
|
|
|
|
* Note : This is not computed from the GST_BUFFER_OFFSET field */
|
2013-12-03 18:08:25 +00:00
|
|
|
guint64 fragment_start_offset;
|
2018-06-09 21:58:01 +00:00
|
|
|
|
|
|
|
/* These two fields are used to perform an implicit seek when a fragmented
|
|
|
|
* file whose first tfdt is not zero. This way if the first fragment starts
|
|
|
|
* at 1 hour, the user does not have to wait 1 hour or perform a manual seek
|
|
|
|
* for the image to move and the sound to play.
|
|
|
|
*
|
|
|
|
* This implicit seek is only done if the first parsed fragment has a non-zero
|
|
|
|
* decode base time and a seek has not been received previously, hence these
|
|
|
|
* fields. */
|
|
|
|
gboolean received_seek;
|
|
|
|
gboolean first_moof_already_parsed;
|
2004-03-15 16:32:54 +00:00
|
|
|
};
|
2002-05-01 18:41:59 +00:00
|
|
|
|
2004-03-15 16:32:54 +00:00
|
|
|
struct _GstQTDemuxClass {
|
|
|
|
GstElementClass parent_class;
|
|
|
|
};
|
2002-05-01 18:41:59 +00:00
|
|
|
|
gst/qtdemux/: Add X-QT depayloader that will eventually share code with the demuxer.
Original commit message from CVS:
* gst/qtdemux/Makefile.am:
* gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
(gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
(gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
(gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
(gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
(gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
* gst/qtdemux/gstrtpxqtdepay.h:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
(gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
(qtdemux_parse_moov), (qtdemux_parse_container),
(qtdemux_parse_node), (gst_qtdemux_add_stream),
(qtdemux_parse_trak), (qtdemux_audio_caps):
* gst/qtdemux/qtdemux.h:
* gst/qtdemux/quicktime.c: (plugin_init):
Add X-QT depayloader that will eventually share code with the demuxer.
Make new plugin entry point with quicktime releated stuff.
2007-01-12 17:16:51 +00:00
|
|
|
GType gst_qtdemux_get_type (void);
|
|
|
|
|
2019-05-26 10:20:03 +00:00
|
|
|
struct _QtDemuxStreamStsdEntry
|
|
|
|
{
|
|
|
|
GstCaps *caps;
|
|
|
|
guint32 fourcc;
|
|
|
|
gboolean sparse;
|
|
|
|
|
|
|
|
/* video info */
|
|
|
|
gint width;
|
|
|
|
gint height;
|
|
|
|
gint par_w;
|
|
|
|
gint par_h;
|
|
|
|
/* Numerator/denominator framerate */
|
|
|
|
gint fps_n;
|
|
|
|
gint fps_d;
|
|
|
|
GstVideoColorimetry colorimetry;
|
|
|
|
guint16 bits_per_sample;
|
|
|
|
guint16 color_table_id;
|
|
|
|
GstMemory *rgb8_palette;
|
|
|
|
guint interlace_mode;
|
|
|
|
guint field_order;
|
|
|
|
|
|
|
|
/* audio info */
|
|
|
|
gdouble rate;
|
|
|
|
gint n_channels;
|
|
|
|
guint samples_per_packet;
|
|
|
|
guint samples_per_frame;
|
|
|
|
guint bytes_per_packet;
|
|
|
|
guint bytes_per_sample;
|
|
|
|
guint bytes_per_frame;
|
|
|
|
guint compression;
|
|
|
|
|
|
|
|
/* if we use chunks or samples */
|
|
|
|
gboolean sampled;
|
|
|
|
guint padding;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
struct _QtDemuxSample
|
|
|
|
{
|
|
|
|
guint32 size;
|
|
|
|
gint32 pts_offset; /* Add this value to timestamp to get the pts */
|
|
|
|
guint64 offset;
|
|
|
|
guint64 timestamp; /* DTS In mov time */
|
|
|
|
guint32 duration; /* In mov time */
|
|
|
|
gboolean keyframe; /* TRUE when this packet is a keyframe */
|
|
|
|
};
|
|
|
|
|
|
|
|
struct _QtDemuxStream
|
|
|
|
{
|
|
|
|
GstPad *pad;
|
|
|
|
|
|
|
|
GstQTDemux *demux;
|
|
|
|
gchar *stream_id;
|
|
|
|
|
|
|
|
QtDemuxStreamStsdEntry *stsd_entries;
|
|
|
|
guint stsd_entries_length;
|
|
|
|
guint cur_stsd_entry_index;
|
|
|
|
|
|
|
|
/* stream type */
|
|
|
|
guint32 subtype;
|
|
|
|
|
|
|
|
gboolean new_caps; /* If TRUE, caps need to be generated (by
|
|
|
|
* calling _configure_stream()) This happens
|
|
|
|
* for MSS and fragmented streams */
|
|
|
|
|
|
|
|
gboolean new_stream; /* signals that a stream_start is required */
|
|
|
|
gboolean on_keyframe; /* if this stream last pushed buffer was a
|
|
|
|
* keyframe. This is important to identify
|
|
|
|
* where to stop pushing buffers after a
|
|
|
|
* segment stop time */
|
|
|
|
|
|
|
|
/* if the stream has a redirect URI in its headers, we store it here */
|
|
|
|
gchar *redirect_uri;
|
|
|
|
|
|
|
|
/* track id */
|
|
|
|
guint track_id;
|
|
|
|
|
|
|
|
/* duration/scale */
|
|
|
|
guint64 duration; /* in timescale units */
|
|
|
|
guint32 timescale;
|
|
|
|
|
|
|
|
/* language */
|
|
|
|
gchar lang_id[4]; /* ISO 639-2T language code */
|
|
|
|
|
|
|
|
/* our samples */
|
|
|
|
guint32 n_samples;
|
|
|
|
QtDemuxSample *samples;
|
|
|
|
gboolean all_keyframe; /* TRUE when all samples are keyframes (no stss) */
|
|
|
|
guint32 n_samples_moof; /* sample count in a moof */
|
|
|
|
guint64 duration_moof; /* duration in timescale of a moof, used for figure out
|
|
|
|
* the framerate of fragmented format stream */
|
|
|
|
guint64 duration_last_moof;
|
|
|
|
|
|
|
|
guint32 offset_in_sample; /* Offset in the current sample, used for
|
|
|
|
* streams which have got exceedingly big
|
|
|
|
* sample size (such as 24s of raw audio).
|
|
|
|
* Only used when max_buffer_size is non-NULL */
|
|
|
|
guint32 min_buffer_size; /* Minimum allowed size for output buffers.
|
|
|
|
* Currently only set for raw audio streams*/
|
|
|
|
guint32 max_buffer_size; /* Maximum allowed size for output buffers.
|
|
|
|
* Currently only set for raw audio streams*/
|
|
|
|
|
|
|
|
/* video info */
|
|
|
|
/* aspect ratio */
|
|
|
|
gint display_width;
|
|
|
|
gint display_height;
|
|
|
|
|
|
|
|
/* allocation */
|
|
|
|
gboolean use_allocator;
|
|
|
|
GstAllocator *allocator;
|
|
|
|
GstAllocationParams params;
|
|
|
|
|
|
|
|
gsize alignment;
|
|
|
|
|
|
|
|
/* when a discontinuity is pending */
|
|
|
|
gboolean discont;
|
|
|
|
|
|
|
|
/* list of buffers to push first */
|
|
|
|
GSList *buffers;
|
|
|
|
|
|
|
|
/* if we need to clip this buffer. This is only needed for uncompressed
|
|
|
|
* data */
|
|
|
|
gboolean need_clip;
|
|
|
|
|
2021-08-27 11:58:25 +00:00
|
|
|
/* If the buffer needs some custom processing, e.g. subtitles, pass them
|
|
|
|
* through this function */
|
|
|
|
QtDemuxProcessFunc process_func;
|
|
|
|
|
2019-05-26 10:20:03 +00:00
|
|
|
/* buffer needs potentially be split, e.g. CEA608 subtitles */
|
|
|
|
gboolean need_split;
|
|
|
|
|
|
|
|
/* current position */
|
|
|
|
guint32 segment_index;
|
|
|
|
guint32 sample_index;
|
|
|
|
GstClockTime time_position; /* in gst time */
|
|
|
|
guint64 accumulated_base;
|
|
|
|
|
|
|
|
/* the Gst segment we are processing out, used for clipping */
|
|
|
|
GstSegment segment;
|
|
|
|
|
|
|
|
/* quicktime segments */
|
|
|
|
guint32 n_segments;
|
|
|
|
QtDemuxSegment *segments;
|
|
|
|
gboolean dummy_segment;
|
|
|
|
guint32 from_sample;
|
|
|
|
guint32 to_sample;
|
|
|
|
|
|
|
|
gboolean sent_eos;
|
|
|
|
GstTagList *stream_tags;
|
|
|
|
gboolean send_global_tags;
|
|
|
|
|
|
|
|
GstEvent *pending_event;
|
|
|
|
|
|
|
|
GstByteReader stco;
|
|
|
|
GstByteReader stsz;
|
|
|
|
GstByteReader stsc;
|
|
|
|
GstByteReader stts;
|
|
|
|
GstByteReader stss;
|
|
|
|
GstByteReader stps;
|
|
|
|
GstByteReader ctts;
|
|
|
|
|
|
|
|
gboolean chunks_are_samples; /* TRUE means treat chunks as samples */
|
|
|
|
gint64 stbl_index;
|
|
|
|
/* stco */
|
|
|
|
guint co_size;
|
|
|
|
GstByteReader co_chunk;
|
|
|
|
guint32 first_chunk;
|
|
|
|
guint32 current_chunk;
|
|
|
|
guint32 last_chunk;
|
|
|
|
guint32 samples_per_chunk;
|
|
|
|
guint32 stsd_sample_description_id;
|
|
|
|
guint32 stco_sample_index;
|
|
|
|
/* stsz */
|
|
|
|
guint32 sample_size; /* 0 means variable sizes are stored in stsz */
|
|
|
|
/* stsc */
|
|
|
|
guint32 stsc_index;
|
|
|
|
guint32 n_samples_per_chunk;
|
|
|
|
guint32 stsc_chunk_index;
|
|
|
|
guint32 stsc_sample_index;
|
|
|
|
guint64 chunk_offset;
|
|
|
|
/* stts */
|
|
|
|
guint32 stts_index;
|
|
|
|
guint32 stts_samples;
|
|
|
|
guint32 n_sample_times;
|
|
|
|
guint32 stts_sample_index;
|
|
|
|
guint64 stts_time;
|
|
|
|
guint32 stts_duration;
|
|
|
|
/* stss */
|
|
|
|
gboolean stss_present;
|
|
|
|
guint32 n_sample_syncs;
|
|
|
|
guint32 stss_index;
|
|
|
|
/* stps */
|
|
|
|
gboolean stps_present;
|
|
|
|
guint32 n_sample_partial_syncs;
|
|
|
|
guint32 stps_index;
|
|
|
|
QtDemuxRandomAccessEntry *ra_entries;
|
|
|
|
guint n_ra_entries;
|
|
|
|
|
|
|
|
const QtDemuxRandomAccessEntry *pending_seek;
|
|
|
|
|
|
|
|
/* ctts */
|
|
|
|
gboolean ctts_present;
|
|
|
|
guint32 n_composition_times;
|
|
|
|
guint32 ctts_index;
|
|
|
|
guint32 ctts_sample_index;
|
|
|
|
guint32 ctts_count;
|
|
|
|
gint32 ctts_soffset;
|
|
|
|
|
2021-11-12 09:36:31 +00:00
|
|
|
/* cslg composition_to_dts_shift or based on the smallest negative
|
|
|
|
* composition time offset.
|
|
|
|
*
|
|
|
|
* This is unsigned because only negative composition time offsets /
|
|
|
|
* positive composition_to_dts_shift matter here. In all other cases,
|
|
|
|
* DTS/PTS can be inferred directly without ending up with PTS>DTS.
|
|
|
|
*
|
|
|
|
* See 14496-12 6.4
|
|
|
|
*/
|
2021-11-02 15:41:01 +00:00
|
|
|
guint64 cslg_shift;
|
2019-05-26 10:20:03 +00:00
|
|
|
|
|
|
|
/* fragmented */
|
|
|
|
gboolean parsed_trex;
|
|
|
|
guint32 def_sample_description_index; /* index is 1-based */
|
|
|
|
guint32 def_sample_duration;
|
|
|
|
guint32 def_sample_size;
|
|
|
|
guint32 def_sample_flags;
|
|
|
|
|
|
|
|
gboolean disabled;
|
|
|
|
|
|
|
|
/* stereoscopic video streams */
|
|
|
|
GstVideoMultiviewMode multiview_mode;
|
|
|
|
GstVideoMultiviewFlags multiview_flags;
|
|
|
|
|
|
|
|
/* protected streams */
|
|
|
|
gboolean protected;
|
|
|
|
guint32 protection_scheme_type;
|
|
|
|
guint32 protection_scheme_version;
|
|
|
|
gpointer protection_scheme_info; /* specific to the protection scheme */
|
|
|
|
GQueue protection_scheme_event_queue;
|
|
|
|
|
|
|
|
/* KEY_UNITS trickmode with an interval */
|
|
|
|
GstClockTime last_keyframe_dts;
|
|
|
|
|
|
|
|
gint ref_count; /* atomic */
|
|
|
|
};
|
|
|
|
|
gst/qtdemux/qtdemux.*: Some QT demux loving.
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
(gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
(qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
(qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
(qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
(qtdemux_video_caps), (qtdemux_audio_caps):
* gst/qtdemux/qtdemux.h:
Some QT demux loving.
Handle seeking in a less broken way.
Fix AMR caps to match the AMR decoder.
Set first timestamp on AMR samples to 0 for now.
Remove some \n in DEBUG strings.
Use _scale_int for maximum precision.
2006-02-06 15:41:25 +00:00
|
|
|
G_END_DECLS
|
2002-05-01 18:41:59 +00:00
|
|
|
|
2004-03-15 16:32:54 +00:00
|
|
|
#endif /* __GST_QTDEMUX_H__ */
|