qtmux: simplify video/x-h264 caps handling
authorAurélien Zanelli <aurelien.zanelli@parrot.com>
Thu, 12 Jan 2017 16:45:35 +0000 (17:45 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 12 Jan 2017 17:16:57 +0000 (19:16 +0200)
commit52d1355d87e6ac6fae7af81e0536d2bdb768f5e5
treee8bb393d8c3e448677220414c7c186d4593b62c0
parent4c6a69fdff9089c7bb677fbb844b03c251a25569
qtmux: simplify video/x-h264 caps handling

'stream-format' and 'alignment' are defined in pad template caps so
there is no need to check them again here. Also remove bitrate parsing from
caps as bitrate in caps doesn't make sense but from tags, which is
actually the case.

https://bugzilla.gnome.org/show_bug.cgi?id=777181
gst/isomp4/gstqtmux.c