diff options
author | Maciej Katafiasz <mathrick@mathrick.org> | 2005-02-21 18:58:46 +0000 |
---|---|---|
committer | Maciej Katafiasz <mathrick@mathrick.org> | 2005-02-21 18:58:46 +0000 |
commit | 440d1d81ffe3ca046ecd2672ba3acb6458b35c56 (patch) | |
tree | 7cc49f2d6f5002c4b6d022d41bd037a45696ace8 /ext/faad/gstfaad.h | |
parent | f509149223f4a8992869da42d7b4a5d87b1d0ca2 (diff) | |
download | gst-plugins-bad-440d1d81ffe3ca046ecd2672ba3acb6458b35c56.tar.gz gst-plugins-bad-440d1d81ffe3ca046ecd2672ba3acb6458b35c56.tar.bz2 gst-plugins-bad-440d1d81ffe3ca046ecd2672ba3acb6458b35c56.zip |
Fix playback of certain invalid muxed streams. Partial fix for #149158
Original commit message from CVS:
Fix playback of certain invalid muxed streams. Partial fix for #149158
Diffstat (limited to 'ext/faad/gstfaad.h')
-rw-r--r-- | ext/faad/gstfaad.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/faad/gstfaad.h b/ext/faad/gstfaad.h index 2f048635..fa083aa4 100644 --- a/ext/faad/gstfaad.h +++ b/ext/faad/gstfaad.h @@ -57,6 +57,7 @@ typedef struct _GstFaad { /* FAAD channel setup */ guchar *channel_positions; gboolean need_channel_setup; + gboolean packetised; /* We must differentiate between raw and packetised streams */ } GstFaad; typedef struct _GstFaadClass { |