GNOME Bugzilla – Bug 753706
rtp: some (de)payloaders are missing copying metadata.
Last modified: 2015-08-17 12:27:51 UTC
rtpg723pay : I guess it was mistake to call drop instead of copy rtpgsmpay : I think copy_meta is missing rtpklvpay : To be consistent, needs to call copy_meta with tag 0.
Created attachment 309388 [details] [review] rtp: copy metadata in the (de)payloaders which is missed before
Created attachment 309389 [details] [review] rtph265pay/depay: Copy metadata, but only the relevant ones Not sure if I can use functions in gstrtputils.
(In reply to Hyunjun from comment #2) > Created attachment 309389 [details] [review] [review] > rtph265pay/depay: Copy metadata, but only the relevant ones > > Not sure if I can use functions in gstrtputils. Oops, this is already done. Please ignore this patch.
commit 38d269f80d074f3077801fa43c8e90e7b1df27fc Author: Hyunjun Ko <zzoon.ko@samsung.com> Date: Mon Aug 17 14:07:10 2015 +0900 rtp: copy metadata in the (de)payloaders which is missed before https://bugzilla.gnome.org/show_bug.cgi?id=753706
Well done Hyunjun :)