gstreamer-rs/tutorials/src/bin
alleynb 923daa04b9 tutorials/tutorial-6: Improve caps output
Fixed printing of pad capabilites in tutorial6.
Output now displays the capability lists eg:
  layout:{ (string)interleaved, (string)non-interleaved }

The origional broken output was being displayed as:
  layout:SendValue(Value(GString(Foreign(0x557140c99d00, 40))))
2020-04-30 10:58:52 +03:00
..
basic-tutorial-1.rs Replace XXXReturn with Result<XXXSuccess, XXXError> 2019-01-11 18:33:04 +01:00
basic-tutorial-2.rs Port examples/tutorials to the explicit Option parameter changes 2019-04-15 19:19:19 +03:00
basic-tutorial-3.rs Port examples/tutorials to the explicit Option parameter changes 2019-04-15 19:19:19 +03:00
basic-tutorial-4.rs Change various mini object references to references to the refcounted object 2019-05-24 10:04:16 +00:00
basic-tutorial-5.rs Manual update for new Value::get signature 2019-08-13 10:57:32 +02:00
basic-tutorial-6.rs tutorials/tutorial-6: Improve caps output 2020-04-30 10:58:52 +03:00
basic-tutorial-7.rs Port examples/tutorials to the explicit Option parameter changes 2019-04-15 19:19:19 +03:00
basic-tutorial-8.rs Use Results instead of Options where they signal an error instead of just a missing value 2019-12-17 22:21:28 +02:00
basic-tutorial-9.rs Use Results instead of Options where they signal an error instead of just a missing value 2019-12-17 22:21:28 +02:00
basic-tutorial-12.rs Use Results instead of Options where they signal an error instead of just a missing value 2019-12-17 22:21:28 +02:00