mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
mpegtsparse: add component tag to the video component structure in eit
This commit is contained in:
parent
ff907b11b6
commit
3d44d92630
1 changed files with 3 additions and 1 deletions
|
@ -1749,7 +1749,9 @@ mpegts_packetizer_parse_eit (MpegTSPacketizer * packetizer,
|
|||
break;
|
||||
}
|
||||
component = gst_structure_new ("video", "high-definition",
|
||||
G_TYPE_BOOLEAN, TRUE, "frequency", G_TYPE_INT, freq, NULL);
|
||||
G_TYPE_BOOLEAN, TRUE, "frequency", G_TYPE_INT, freq,
|
||||
"tag", G_TYPE_INT, DESC_DVB_COMPONENT_tag (comp_descriptor),
|
||||
NULL);
|
||||
if (widescreen == 0) {
|
||||
gst_structure_set (component, "aspect-ratio",
|
||||
G_TYPE_STRING, "4:3", NULL);
|
||||
|
|
Loading…
Reference in a new issue