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 663497 - core: Refactory RTP depayloader guessing
core: Refactory RTP depayloader guessing
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Jens Georg
Depends on: 663499
Blocks:
 
 
Reported: 2011-11-06 11:35 UTC by Jens Georg
Modified: 2011-12-16 22:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
core: Refactory RTP depayloader guessing (3.73 KB, patch)
2011-11-06 11:36 UTC, Jens Georg
none Details | Review
core: Refactory RTP depayloader guessing (3.45 KB, patch)
2011-11-06 13:00 UTC, Jens Georg
none Details | Review
core: Refactory RTP depayloader guessing (3.45 KB, patch)
2011-11-07 07:58 UTC, Jens Georg
none Details | Review
Rebased version (4.19 KB, patch)
2011-12-16 21:14 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2011-11-06 11:35:51 UTC
Instead of our own filtering use GStreamer's built-in.
Comment 1 Jens Georg 2011-11-06 11:36:13 UTC
Created attachment 200826 [details] [review]
core: Refactory RTP depayloader guessing
Comment 2 Jens Georg 2011-11-06 11:42:49 UTC
Hm, that needs a bit of fixing on the VAPI-side I just realized.
Comment 3 Jens Georg 2011-11-06 13:00:10 UTC
Created attachment 200829 [details] [review]
core: Refactory RTP depayloader guessing
Comment 4 Jens Georg 2011-11-07 07:58:39 UTC
Created attachment 200863 [details] [review]
core: Refactory RTP depayloader guessing

Fix ElementFactory.name vs ElementFactory.get_name () mix-up
Comment 5 Jens Georg 2011-11-30 15:40:18 UTC
Necessary VAPI fixes have landed in vala 0.14.1
Comment 6 Jens Georg 2011-12-16 21:14:25 UTC
Created attachment 203700 [details] [review]
Rebased version