summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMauricio Piacentini <mauricio.piacentini@collabora.co.uk>2010-12-02 09:20:50 -0200
committerMauricio Piacentini <mauricio.piacentini@collabora.co.uk>2010-12-02 09:20:50 -0200
commitc35b75c0116f02b713a08dad09ed3b70f7062625 (patch)
tree7ccaa119592a685908242aa0bd302b4e67d20741 /examples
parenteafc16be7cb25b117d79de907e9a7f4939178651 (diff)
Rename structure() to internalStructure()
Diffstat (limited to 'examples')
-rw-r--r--examples/player/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/player/main.cpp b/examples/player/main.cpp
index e04697a..3c6c9ad 100644
--- a/examples/player/main.cpp
+++ b/examples/player/main.cpp
@@ -136,7 +136,7 @@ void Player::onNewDecodedPad(QGst::PadPtr newPad)
{
QGst::CapsPtr caps = newPad->caps();
- QGst::SharedStructure structure = caps->structure(0);
+ QGst::SharedStructure structure = caps->internalStructure(0);
/* The caps' first structure's name tells us what kind of data the pad transfers.
* Here we want to handle either audio/x-raw-int or audio/x-raw-float. Both types