GNOME Bugzilla – Bug 751774
rtp: Copy over metas if possible
Last modified: 2015-08-16 13:40:54 UTC
+++ This bug was initially created as a clone of Bug #742385 +++
Created attachment 306480 [details] [review] rtp/{vp8,h264}: Copy metadata in the (de)payloader, but only the relevant ones The payloader didn't copy anything so far, the depayloader copied every possible meta. Let's make it consistent and just copy all metas without tags or with only the video tag.
Created attachment 306481 [details] [review] opus: Copy metadata in the (de)payloader, but only the relevant ones The payloader didn't copy anything so far, the depayloader copied every possible meta. Let's make it consistent and just copy all metas without tags or with only the audio tag.
Created attachment 306524 [details] [review] rtpbaseaudiopayload: Copy metadata in the (de)payloader, but only the relevant ones The payloader didn't copy anything so far, the depayloader copied every possible meta. Let's make it consistent and just copy all metas without tags or with only the audio tag.
Created attachment 306682 [details] [review] rtp: Copy metadata in the (de)payloader, but only the relevant ones The payloader didn't copy anything so far, the depayloader copied every possible meta. Let's make it consistent and just copy all metas without tags or with only the video tag.
All pushed
This breaks builds on Continuous: http://build.gnome.org/continuous/buildmaster/builds/2015/08/11/20/build/log-gst-plugins-base.txt Sebastian, could you take a look?
Checking...
commit 8dc4bfdd0ea956088291c3d331af19881f9b287a Author: Sebastian Dröge <sebastian@centricular.com> Date: Tue Aug 11 14:10:57 2015 +0200 rtp: Depend on the audio library