mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
pbutils: Rename clock-base/seqnum-base to timestamp-offset/seqnum-offset
To match how they were renamed elsewhere.
This commit is contained in:
parent
4497b73806
commit
57ac7b1800
1 changed files with 2 additions and 2 deletions
|
@ -144,9 +144,9 @@ copy_and_clean_caps (const GstCaps * caps)
|
||||||
/* rtp fields */
|
/* rtp fields */
|
||||||
gst_structure_remove_field (s, "config");
|
gst_structure_remove_field (s, "config");
|
||||||
gst_structure_remove_field (s, "clock-rate");
|
gst_structure_remove_field (s, "clock-rate");
|
||||||
gst_structure_remove_field (s, "clock-base");
|
gst_structure_remove_field (s, "timestamp-offset");
|
||||||
gst_structure_remove_field (s, "maxps");
|
gst_structure_remove_field (s, "maxps");
|
||||||
gst_structure_remove_field (s, "seqnum-base");
|
gst_structure_remove_field (s, "seqnum-offset");
|
||||||
gst_structure_remove_field (s, "npt-start");
|
gst_structure_remove_field (s, "npt-start");
|
||||||
gst_structure_remove_field (s, "npt-stop");
|
gst_structure_remove_field (s, "npt-stop");
|
||||||
gst_structure_remove_field (s, "play-speed");
|
gst_structure_remove_field (s, "play-speed");
|
||||||
|
|
Loading…
Reference in a new issue