Skip to content
Snippets Groups Projects
Commit 59bdcd9a authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

tsdemux: Update comments to the new reality and remove unused variables

parent f9ff8cd7
No related branches found
No related tags found
Loading
......@@ -115,7 +115,7 @@ typedef struct _TSDemuxStream TSDemuxStream;
typedef struct _TSDemuxH264ParsingInfos TSDemuxH264ParsingInfos;
/* Return offset of a keyframe if found, otherwise either KEYFRAME_SCAN_NOT_FOUND or KEYFRAME_SCAN_NEED_MORE_DATA */
/* Return offset of a keyframe if found */
typedef gboolean (*GstTsDemuxKeyFrameScanFunction) (TSDemuxStream * stream,
guint8 * data, const gsize data_size, const gsize max_frame_offset);
......@@ -569,12 +569,6 @@ gst_ts_demux_srcpad_query (GstPad * pad, GstObject * parent, GstQuery * query)
}
/* no keyframe found in the data */
static const gint64 KEYFRAME_SCAN_NOT_FOUND = -1;
/* the function needs more data to finish scanning a frame that begins before max_frame_offset */
static const gint64 KEYFRAME_SCAN_NEED_MORE_DATA = -2;
static void
clear_simple_buffer (SimpleBuffer * sbuf)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment