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 361637 - h263 variant missing from RTP (de)payloaders' caps
h263 variant missing from RTP (de)payloaders' caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 363118
Blocks:
 
 
Reported: 2006-10-12 07:45 UTC by Ville Syrjala
Modified: 2006-11-16 07:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Specify the h263 variant in the caps (1.93 KB, patch)
2006-10-12 07:46 UTC, Ville Syrjala
needs-work Details | Review
Specify H.263 variant and version in the caps (1.71 KB, patch)
2006-11-07 10:23 UTC, Ville Syrjala
committed Details | Review

Description Ville Syrjala 2006-10-12 07:45:44 UTC
The h263 variant is not specified in the RTP (de)payloaders' caps.
Comment 1 Ville Syrjala 2006-10-12 07:46:36 UTC
Created attachment 74544 [details] [review]
Specify the h263 variant in the caps
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2006-10-18 11:41:30 UTC
see also discussion in
http://bugzilla.gnome.org/show_bug.cgi?id=363118
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2006-11-07 07:24:38 UTC
Ville, can you please make new patches and rename 'variant' to 'h263version' - I'll then apply them.
Comment 4 Ville Syrjala 2006-11-07 10:23:43 UTC
Created attachment 76145 [details] [review]
Specify H.263 variant and version in the caps

New patch. Now uses "itu" as the variant and specifies h263version.
Comment 5 Stefan Sauer (gstreamer, gtkdoc dev) 2006-11-16 07:27:25 UTC
2006-11-16  Stefan Kost  <ensonic@users.sf.net>

	Patch by: Ville Syrjala <ville.syrjala@movial.fi>

	* gst/rtp/gstrtph263pay.c:
	* gst/rtp/gstrtph263pdepay.c:
	* gst/rtp/gstrtph263ppay.c:
	  Specify H.263 variant and version in the caps (fixes #361637)