我目前遇到以下错误
当我运行以下命令时type
TMyValidatingComboBox = class(TComboBox)
protected
procedure KeyPress(var Key: Char); override;
end;
procedure TMyValidatingComboBox.KeyPress(var Key: Char);
begin
inherited;
proValidaMascaraPlaca(Self, Key);
end;
...
Combo := TMyValidatingComboBox.Create(Form);
WARNING: erroneous pipeline: no element "Qtdemux"
我尝试确保我的gstreamer-plugin-good并得到以下响应
gst-launch-1.0 -v filesrc location=~/Desktop/Dog.mp4 ! Qtdemux ! h264parse ! ffdec_h264 ! ffmpegcolorspace ! x264enc ! rtph264pay ! udpsink host=127.0.0.1 port=5000
。
但是,当我看着gstreamer1.0-plugins-good is already the newest version (1.8.3-1ubuntu0.4)
时,会收到以下回复gst-inspect-1.0 Qtdemux
。
对我可能面临的问题有何想法?
答案 0 :(得分:0)
它是qtdemux
,还有一个q
。