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 752107 - aacparse: remove channel value checking in adts
aacparse: remove channel value checking in adts
Status: RESOLVED DUPLICATE of bug 721697
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.2.4
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-08 08:23 UTC by sangkyu.choi
Modified: 2015-07-08 13:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove channel value check in adts (998 bytes, patch)
2015-07-08 08:23 UTC, sangkyu.choi
none Details | Review

Description sangkyu.choi 2015-07-08 08:23:32 UTC
some case(TV streaming service) use Channel Configuration to 0.
wiki and ISO IEC 14496-3 says that channel 0 is specific defined channel

i want to know that it is need or not.
Comment 1 sangkyu.choi 2015-07-08 08:23:58 UTC
Created attachment 307053 [details] [review]
remove channel value check in adts
Comment 2 Sebastian Dröge (slomo) 2015-07-08 08:48:21 UTC
Doesn't it mean that with channels==0, the channel mapping is provided elsewhere in the ADTS header?
Comment 3 sangkyu.choi 2015-07-08 13:40:38 UTC
i thinks thant "channels == 0" is also ADTS frame.
in  this case, it does not a detect as a ADTS.

Channel Configurations

These are the channel configurations:

    0: Defined in AOT Specifc Config
    1: 1 channel: front-center
    2: 2 channels: front-left, front-right
    3: 3 channels: front-center, front-left, front-right
    4: 4 channels: front-center, front-left, front-right, back-center
    5: 5 channels: front-center, front-left, front-right, back-left, back-right
    6: 6 channels: front-center, front-left, front-right, back-left, back-right, LFE-channel
    7: 8 channels: front-center, front-left, front-right, side-left, side-right, back-left, back-right, LFE-channel
    8-15: Reserved
Comment 4 Tim-Philipp Müller 2015-07-08 13:58:29 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 721697 ***