After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 687263 - [PLUGIN-MOVE] move VP8 RTP elements to -good
[PLUGIN-MOVE] move VP8 RTP elements to -good
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.x
Other Linux
: Normal enhancement
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-31 12:39 UTC by Christian Fredrik Kalager Schaller
Modified: 2012-11-01 20:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2012-10-31 12:39:50 UTC
For empathy to be able to do video calls without depending on plugins-bad it would be great to have the rtpmux and vp8 rtp element moved to good.
Comment 1 Tim-Philipp Müller 2012-10-31 12:49:01 UTC
There is already a bug for rtpmux, bug #629117 .
Comment 2 Sebastian Dröge (slomo) 2012-10-31 13:08:34 UTC
And the VP8 RTP mapping is not stable yet
Comment 3 Olivier Crête 2012-10-31 13:11:16 UTC
Also, need to move the dtmf plugin to -good for Empathy

I'm a bit unsure about the VP8 RTP elements because the draft rfc is still in flux.
Comment 4 Tim-Philipp Müller 2012-10-31 13:13:36 UTC
<sjoerd> I don't think it matters policy wise for gst
<sjoerd> At this point with the spec being this slow moving it is probably good
<dv_> does it seem like there will be significant changes?
<sjoerd> probably not
<sjoerd> also we've been announcing it as VP8-DRAFT-IETF-01 in our caps
<dv_> I've found that usually, after the -01 draft, things are pretty stable
<sjoerd> So it shouldn't break things even if things change in incompatible ways
<sjoerd> it jsut won't negotiate that codec

I am happy to defer this decision to Olivier and Sjoerd, don't really mind where the elements live in the meantime, assuming they work well :)
Comment 5 Olivier Crête 2012-10-31 14:33:19 UTC
if that makes distributors happy, move them
Comment 6 Tim-Philipp Müller 2012-11-01 20:56:17 UTC
Moved:

 commit 854626c90825b2ead8357d22df9bc7f31dbb02fc
 Author: Tim-Philipp Müller <tim@centricular.net>
 Date:   Thu Nov 1 20:50:56 2012 +0000

    rtpvp8: remove and move to -good
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687263


I noticed that vp8dec doesn't seem to be very robust against dropped packets:

  gst-launch-1.0 videotestsrc ! vp8enc ! rtpvp8pay ! identity drop-probability=0.1 ! rtpvp8depay ! vp8dec ! xvimagesink

=> failed to decode frame: unsupported bitstream