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 746135 - codecparsers: add Divx3 support
codecparsers: add Divx3 support
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.4.5
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-03-13 08:07 UTC by Amit
Modified: 2018-11-03 13:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Amit 2015-03-13 08:07:34 UTC
Hello,

There is a need of support of Divx3 parser for playback of Divx3 streams through our decoder which needs complete compressed frame for decode. 
While going through the code of gstmpeg4videoparse.c in sources/gst-plugins-bad/gst/videoparsers
It has been observed that there is no support for Divx3 version in the capabilities. However, Divx4/Divx5 are well supported. 

I tried with following native pipeline where the playback of Divx3 stream was fine and there was no need of frame parser.
gst-launch-1.0 filesrc location=/home/root/AVI_DivX3.avi ! avidemux ! avdec_msmpeg4  ! fakesink 

But for our decoder, we need the parser for Divx3 as well like Divx4/Divx5.
when can we expect support of Divx3 in video parsers ?

Many Thanks,
Amit Shah
Comment 1 Tim-Philipp Müller 2015-03-13 12:03:28 UTC
> when can we expect support of Divx3 in video parsers ?

When someone implements it.
Comment 2 GStreamer system administrator 2018-11-03 13:32:08 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/222.