mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
tsdemux: remove unused current_program_number field
https://bugzilla.gnome.org/show_bug.cgi?id=690934
This commit is contained in:
parent
0002f7638b
commit
0c9db072ce
2 changed files with 0 additions and 4 deletions
|
@ -1140,9 +1140,6 @@ gst_ts_demux_program_started (MpegTSBase * base, MpegTSBaseProgram * program)
|
|||
demux->calculate_update_segment = !program->initial_program;
|
||||
|
||||
/* FIXME : When do we emit no_more_pads ? */
|
||||
|
||||
/* Inform scanner we have got our program */
|
||||
demux->current_program_number = program->program_number;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -60,7 +60,6 @@ struct _GstTSDemux
|
|||
|
||||
/*< private >*/
|
||||
MpegTSBaseProgram *program; /* Current program */
|
||||
guint current_program_number;
|
||||
|
||||
/* segments to be sent */
|
||||
GstSegment segment;
|
||||
|
|
Loading…
Reference in a new issue