mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
tag: update for tag API removal
This commit is contained in:
parent
769a9791a4
commit
ac27b5bcc8
1 changed files with 1 additions and 2 deletions
|
@ -506,8 +506,7 @@ mpegts_parse_tspad_push (MpegTSParse2 * parse, MpegTSParsePad * tspad,
|
|||
MpegTSBaseProgram *bp = (MpegTSBaseProgram *) tspad->program;
|
||||
pad_pids = bp->streams;
|
||||
if (bp->tags) {
|
||||
gst_element_found_tags_for_pad (GST_ELEMENT_CAST (parse), tspad->pad,
|
||||
bp->tags);
|
||||
gst_pad_push_event (tspad->pad, gst_event_new_tag (bp->tags));
|
||||
bp->tags = NULL;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue