baseparse: remove pending_segment as it was being misused
authorThiago Santos <ts.santos@sisa.samsung.com>
Thu, 2 Jan 2014 19:22:37 +0000 (16:22 -0300)
committerThiago Santos <ts.santos@sisa.samsung.com>
Thu, 2 Jan 2014 19:48:23 +0000 (16:48 -0300)
commite02c00a58a7f1577c8dab92d6823a1408d5b5f0a
tree950bb44d2e988133a82c615fd8e5308d2f26d1e0
parentaccaadf52ac7cdb9c30383d70a9418bc258fd35d
baseparse: remove pending_segment as it was being misused

It wasn't required, instead baseparse was using it to check the media
caps to identify if it was handling audio or video.

The pending_segment was removed and a checked_media boolean
replaced it for a more accurate naming.

https://bugzilla.gnome.org/show_bug.cgi?id=721350
libs/gst/base/gstbaseparse.c