[Bug 735870] New: [facedetect?] Black screen on Android

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 2 01:29:16 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=735870
  GStreamer | gst-plugins-bad | git

           Summary: [facedetect?] Black screen on Android
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: valx76 at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


I talked to __tim and slomo (IRC), and the pipeline should be OK.


Server pipeline (RPI/Linux) : raspivid -t 0 -w 640 -h 480 -fps 25 -b 1200000 -p
0,0,640,480 -o - | gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay
config-interval=1 pt=96 ! gdppay ! tcpserversink host=__ port=__

Client pipeline (Android) : tcpclientsrc host=__ port=__ ! gdpdepay !
rtph264depay ! decodebin ! tee name=t ! queue ! videoconvert ! autovideosink
sync=false t. ! queue ! videorate ! video/x-raw,framerate=5/1 ! videoscale !
video/x-raw,width=160,height=120 ! facedetect min-size-width=40
min-size-height=40


NOTE - Without the tee/queue elements, it's working (really slow) :
tcpclientsrc host=__ port=__ ! gdpdepay ! rtph264depay ! decodebin !
videoconvert ! videoscale ! video/x-raw,width=320,height=240 ! facedetect
min-size-width=60 min-size-height=60 ! autovideosink sync=false



Cut debug log here : http://pastebin.com/qbGcGp1p

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list