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 729247 - rtp/README: update to work with gst 1.0
rtp/README: update to work with gst 1.0
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal trivial
: 1.3.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-30 09:28 UTC by Guillaume Desmottes
Modified: 2014-05-06 00:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rtp/README: update pipelines to work with 1.0 (3.44 KB, patch)
2014-04-30 09:28 UTC, Guillaume Desmottes
accepted-commit_now Details | Review
rtp/README: update pipelines to work with 1.0 (4.24 KB, patch)
2014-05-05 08:03 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2014-04-30 09:28:05 UTC
Some pipelines examples in rtp/README are outdated and don't work with latest gst.
Comment 1 Guillaume Desmottes 2014-04-30 09:28:26 UTC
Created attachment 275473 [details] [review]
rtp/README: update pipelines to work with 1.0

- Use gst-libav encoders/decoders instead of gst-ffmpeg
- gstrtpjitterbuffer -> rtpjitterbuffer
- gst-launch-0.10 -> gst-launch-1.0
Comment 2 Olivier Crête 2014-05-01 17:14:20 UTC
Comment on attachment 275473 [details] [review]
rtp/README: update pipelines to work with 1.0

Looks, did you test them all ?
Comment 3 Luis de Bethencourt 2014-05-01 20:13:09 UTC
I would change:
gst-launch-1.0 v4l2src ! avenc_h263p ! rtph263ppay ! udpsink
to:
gst-launch-1.0 v4l2src ! videoconvert ! avenc_h263p ! rtph263ppay ! udpsink

Eventhough v4l2src and avenc_h263p both support x-raw/I420. You could have a non-negotiated problem.
Comment 4 Luis de Bethencourt 2014-05-01 20:15:28 UTC
The rest look good to me.

Maybe change xvimagesink to autovideosink? Just to make it less platform dependent.

+1 from me.
Comment 5 Guillaume Desmottes 2014-05-02 09:41:57 UTC
(In reply to comment #2)
> (From update of attachment 275473 [details] [review])
> Looks, did you test them all ?

Yeah I did test them.
Comment 6 Guillaume Desmottes 2014-05-05 08:03:57 UTC
Created attachment 275872 [details] [review]
rtp/README: update pipelines to work with 1.0

- Use gst-libav encoders/decoders instead of gst-ffmpeg
- gstrtpjitterbuffer -> rtpjitterbuffer
- gst-launch-0.10 -> gst-launch-1.0
- Add 'videoconvert' element
- xvimagesink -> autovideosink
Comment 7 Olivier Crête 2014-05-06 00:24:29 UTC
Pushed

ommit d089f99a39b8599e2956c06cd06ca112b19d3ad2
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Apr 30 11:13:12 2014 +0200

    rtp/README: update pipelines to work with 1.0
    
    - Use gst-libav encoders/decoders instead of gst-ffmpeg
    - gstrtpjitterbuffer -> rtpjitterbuffer
    - gst-launch-0.10 -> gst-launch-1.0
    - Add 'videoconvert' element
    - xvimagesink -> autovideosink
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729247