pbutils: Rename clock-base/seqnum-base to timestamp-offset/seqnum-offset

To match how they were renamed elsewhere.
This commit is contained in:
Olivier Crête 2014-10-10 17:32:41 -04:00
parent 4497b73806
commit 57ac7b1800

View file

@ -144,9 +144,9 @@ copy_and_clean_caps (const GstCaps * caps)
/* rtp fields */
gst_structure_remove_field (s, "config");
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, "seqnum-base");
gst_structure_remove_field (s, "seqnum-offset");
gst_structure_remove_field (s, "npt-start");
gst_structure_remove_field (s, "npt-stop");
gst_structure_remove_field (s, "play-speed");