[Bug 699212] New: Some ADTS Information does not trickle down anymore in 1.0 discoverer

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 29 03:51:51 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=699212
  GStreamer | gst-plugins-base | 1.0.6

           Summary: Some ADTS Information does not trickle down anymore in
                    1.0 discoverer
    Classification: Platform
           Product: GStreamer
           Version: 1.0.6
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: mail at jensge.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


With 0.10, all information was available on the "inner stream" as well, with
1.0 it's only on the outer "thing". (missing profile and level etc.) Is this
intentional or a bug?

File in question is
https://git.gnome.org/browse/gupnp-dlna-media/tree/relaxed/audio/Tryad_Listen.aac

gst-discoverer-0.10:

Topology:
  audio: audio/mpeg, framed=(boolean)false, mpegversion=(int)4,
stream-format=(string)adts, level=(string)2, base-profile=(string)lc,
profile=(string)lc, channels=(int)2, rate=(int)44100
    Codec:
      audio/mpeg, framed=(boolean)false, mpegversion=(int)4,
stream-format=(string)adts, level=(string)2, base-profile=(string)lc,
profile=(string)lc, channels=(int)2, rate=(int)44100
    Additional info:
      None
    Language: <unknown>
    Channels: 2
    Sample rate: 44100
    Depth: 0
    Bitrate: 0
    Max bitrate: 0
    Tags:
      None

    audio: audio/mpeg, framed=(boolean)true, mpegversion=(int)4,
stream-format=(string)adts, level=(string)2, base-profile=(string)lc,
profile=(string)lc, channels=(int)2, rate=(int)44100
      Codec:
        audio/mpeg, framed=(boolean)true, mpegversion=(int)4,
stream-format=(string)adts, level=(string)2, base-profile=(string)lc,
profile=(string)lc, channels=(int)2, rate=(int)44100
      Additional info:
        None
      Language: <unknown>
      Channels: 2
      Sample rate: 44100
      Depth: 16
      Bitrate: 104358
      Max bitrate: 96468
      Tags:
        taglist, audio-codec=(string)"MPEG-4\ AAC",
minimum-bitrate=(uint)96468, bitrate=(uint)104358, maximum-bitrate=(uint)96468;

gst-discoverer-1.0:

Topology:
  audio: audio/mpeg, framed=(boolean)false, mpegversion=(int)4,
stream-format=(string)adts, level=(string)2, base-profile=(string)lc,
profile=(string)lc, channels=(int)2, rate=(int)44100
    Codec:
      audio/mpeg, framed=(boolean)false, mpegversion=(int)4,
stream-format=(string)adts, level=(string)2, base-profile=(string)lc,
profile=(string)lc, channels=(int)2, rate=(int)44100
    Additional info:
      None
    Language: <unknown>
    Channels: 2
    Sample rate: 44100
    Depth: 0
    Bitrate: 0
    Max bitrate: 0
    Tags:
      None

    audio: audio/mpeg, framed=(boolean)true, mpegversion=(int)4,
rate=(int)44100, channels=(int)2, stream-format=(string)adts
      Codec:
        audio/mpeg, framed=(boolean)true, mpegversion=(int)4, rate=(int)44100,
channels=(int)2, stream-format=(string)adts
      Additional info:
        None
      Language: <unknown>
      Channels: 2
      Sample rate: 44100
      Depth: 16
      Bitrate: 104358
      Max bitrate: 96468
      Tags:
        taglist, minimum-bitrate=(uint)96468, bitrate=(uint)104358,
maximum-bitrate=(uint)96468;

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list