All Questions
Tagged with gstreamer-1.0 gstreamer-0.10
7 questions
0
votes
1
answer
30
views
Why doesn't gStreamer demuxer create its source pad initially
I'm newbie in gStreamer framework and multimedia in general,
I'm following the official third tutorial at here,
the goal is to create and run a pipeline to stream an audio using uridecodebin as a ...
0
votes
1
answer
388
views
Gstreamer Cannot Adjust Volume of Pipeline while playing, Cannot Seek to time, Cannot Query Duration
I am using Gstreamer through C++. I am trying to play raw pcm buffer using rawaudioparse. Although I can play it, I Cannot Adjust Volume of Pipeline while playing, Cannot Seek to time, Cannot Query ...
0
votes
1
answer
204
views
Gstreamer Cannot Play Raw PCM Buffer
I was following the guide here How to play a PCM data array with GStreamer step by step (Florian Zwoch's solution). However, there is no sound output from gstreamer.
I am using windows and installed ...
1
vote
1
answer
593
views
Push GstBuffer list to next downstream element
I have a GstBufferList *list inside the upstream element and wanted to pass the same to the downstream element for further processing.
Is there any way in Gstreamer to pass this Gstbufferlist to the ...
0
votes
1
answer
1k
views
How to play two different videos in two different displays simultaneously using gstreamer?
I am using
1. Raspberry Pi 4 Model B which has 2 HDMI ports.
2. Gstreamer-1.0
I have two videos saved in memory card. I want to drive two videos to two different HDMI port and play videos in two ...
0
votes
0
answers
170
views
converting gstreamer0.10 pipeline to gstreamer1.0
Hello I need to convert a gstreamer0.10 pipeline to a gstreamer1.0 pipeline but don't know much about gstreamer in general.
My 0.10 pipeline is looking like this:
gst-launch-0.10 v4l2src num-...
1
vote
0
answers
400
views
gstreamer pipeline issue on imx6 yocto project?
I'm working on VVDN imx6 board I had successfully installed gstreamer on it. After this command:
gst-launch-0.10 audiotestsrc ! audioconvert ! autoaudiosink
I got error:
root@imx6slzbha:~# gst-...