mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
meta: move seq number around for v2 compat
The v2 gstreamer elements use the pts for timestamps so make sure it is still in the same place as before.
This commit is contained in:
parent
7edd3fb054
commit
09503f0987
1 changed files with 2 additions and 2 deletions
|
|
@ -79,10 +79,10 @@ struct spa_meta_header {
|
|||
#define SPA_META_HEADER_FLAG_DELTA_UNIT (1 << 5) /**< cannot be decoded independently */
|
||||
uint32_t flags; /**< flags */
|
||||
uint32_t offset; /**< offset in current cycle */
|
||||
uint64_t seq; /**< sequence number, increments with a
|
||||
* media specific frequency */
|
||||
int64_t pts; /**< presentation timestamp */
|
||||
int64_t dts_offset; /**< decoding timestamp as a difference with pts */
|
||||
uint64_t seq; /**< sequence number, increments with a
|
||||
* media specific frequency */
|
||||
};
|
||||
|
||||
/** metadata structure for Region or an array of these for RegionArray */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue