Skip to content

Commit 510b70b

Browse files
authored
Merge pull request #1336 from KarlK90/fix/h264-software-decoding
driver/usbvideodriver: use playbin3 element
2 parents f432076 + 65998f6 commit 510b70b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

labgrid/driver/usbvideodriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def stream(self, caps_hint=None, controls=None):
131131
tx_cmd = self.video.command_prefix + ["gst-launch-1.0", "-q"]
132132
tx_cmd += pipeline.split()
133133
rx_cmd = ["gst-launch-1.0"]
134-
rx_cmd += "playbin uri=fd://0".split()
134+
rx_cmd += "playbin3 uri=fd://0".split()
135135

136136
tx = subprocess.Popen(
137137
tx_cmd,

0 commit comments

Comments
 (0)