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 734263 - rtpmp4gpay: fixed failure when MPEG4 video without codec data in CAPS
rtpmp4gpay: fixed failure when MPEG4 video without codec data in CAPS
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.2.3
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-08-05 06:57 UTC by kevin
Modified: 2018-05-06 10:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
set dafault value for MPEG4 without codec data in caps. (1.58 KB, application/octet-stream)
2014-08-05 06:57 UTC, kevin
  Details
set dafault value for MPEG4 without codec data in caps. (1.77 KB, patch)
2014-08-05 07:31 UTC, kevin
needs-work Details | Review

Description kevin 2014-08-05 06:57:08 UTC
Created attachment 282497 [details]
set dafault value for MPEG4 without codec data in caps.

some MPEG4 in AVI contain haven't separate codec data, gstrtpmp4gpay can't get codec data in CAPS when mpeg4videoparse in libgstvideoparsersbad.so hasn't been installed. attachment can fix the issue.
Comment 1 kevin 2014-08-05 07:31:09 UTC
Created attachment 282498 [details] [review]
set dafault value for MPEG4 without codec data in caps.
Comment 2 Sebastian Dröge (slomo) 2014-10-20 10:47:51 UTC
This does not seem correct... instead of just assuming values we should parse them from the stream, or alternatively just use mpeg4videoparse before the payloader.

What's your use case here, does mpeg4videoparse help?
Comment 3 kevin 2014-12-01 09:49:05 UTC
It is ok after install mpeg4videoparse. Seems gstrtpmp4vpay will parse information from stream if no codec. Should gstrtpmp4gpay works like gstrtpmp4vpay?
Comment 4 Vivia Nikolaidou 2018-05-06 10:53:44 UTC
It is all working as expected. mpeg4videoparse has to be used.