After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 659776 - [input-selector] - when i try to play s.sink1 using autovideosrc it gets freezed
[input-selector] - when i try to play s.sink1 using autovideosrc it gets freezed
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: dont know
0.10.34
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-21 23:45 UTC by IamTrying
Modified: 2012-01-16 14:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description IamTrying 2011-09-21 23:45:26 UTC
So i have two input source one is videotestsrc and another is autovideosrc, using tee i am doing sink as Xvimagesink and udpsink. When i use videotestsrc as shown in try 1, it works. But if i do try 2 it freeze (see the debug 3 logs please).

To reproduce try the second one and use a script (python, c, java) to change the add-pad to sink1.

Try 1: 

When i use this it works: ( Screen shot: http://i.imgur.com/v8PrZ.png ) 
- Here its working because you can see the ball 

videotestsrc ! queue ! s.sink0 videotestsrc pattern=18 ! queue ! s.sink1 input-selector name=s ! videoscale  ! video/x-raw-yuv,width=320,height=240,framerate=30/1 ! queue ! tee name=t ! queue ! xvimagesink name=gl t. ! queue ! rtppay ssrc=1 timestamp-offset=0 seqnum-offset=0 ! udpsink 

Try 2: 

When i use this it does not work ( Screen shot: http://i.imgur.com/24mdM.png) 
- Right screen you can see it does not show the camera 

videotestsrc ! queue ! s.sink0 autovideosrc ! queue ! s.sink1 input-selector name=s ! videoscale  ! video/x-raw-yuv,width=320,height=240,framerate=30/1 ! queue ! tee name=t ! queue ! xvimagesink name=gl t. ! queue ! rtppay ssrc=1 timestamp-offset=0 seqnum-offset=0 ! udpsink 

Debug=*:3: 

http://fpaste.org/z2zn/raw/
Comment 1 IamTrying 2011-09-23 09:30:17 UTC
Hello? Anyone know this issue please? Why testvideo src works but not autovideosrc ?
Comment 2 IamTrying 2012-01-16 14:02:41 UTC
FIXED - its encoder/decoder speed issue.