Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Also improve debugging a bit.
|
|
|
|
and use them
|
|
|
|
|
|
|
|
|
|
demuxing
|
|
|
|
|
|
|
|
|
|
buffer duration
|
|
|
|
when demuxing DV/DIF content
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This muxer currently only supports OP1a and is
probably not yet 100% complying to the standards.
|
|
|
|
Fixes #575565
|
|
|
|
until this is finished
|
|
Currently serializing of DM Frameworks is not supported
yet by DMS1 and will give us NULL.
|
|
|
|
gst_structure_id_set() will copy GstStructures instead of taking
the ownership.
|
|
|
|
|
|
|
|
This will later be used to keep the structural metadata when
remuxing an MXF file and can also be used in Pitivi for example
to know the file structure and to select what should be used
and played.
|
|
|
|
|
|
For the tracks we still resolve the descriptors but the
source package only contains the descriptor it really references
instead of all subdescriptors of multiple descriptors.
This makes it easier later to serialize the structural metadata
again.
|
|
|
|
results are useless anyway
|
|
|
|
tracks
|
|
|
|
|
|
|
|
|
|
position+1 too
By searching for the following position we will add the complete
generic container (i.e. all tracks) at the same position to the
index which should make finding positions for more than one track
a bit faster.
|