[Bug 757787] New: avdec_* seems to be in runtime but not development libs on OSX

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Nov 8 11:26:35 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=757787

            Bug ID: 757787
           Summary: avdec_* seems to be in runtime but not development
                    libs on OSX
    Classification: Platform
           Product: GStreamer
           Version: 1.6.0
                OS: Mac OS
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: gst-libav
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: mspiegelmock at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

I may be very confused here, but when I launch my pipeline with gst-launch-1.0
on OSX this works fine:

filesrc location=./t/test.mp4 ! qtdemux name=demuxer  demuxer.video_0 !
rtph264pay config-interval=1 ! udpsink host=127.0.0.1 port=5000
and
udpsrc uri=udp://127.0.0.1:5000 caps="application/x-rtp,media=(string)video" !
rtph264depay ! decodebin ! autovideosink sync=false

But when I construct the pipelines with cgo, I get the following error:
gstreamer version reported: 1.6.0.0
OK
panic: Got gstreamer error: Your GStreamer installation is missing a plug-in.
[gstdecodebin2.c(4527): gboolean gst_decode_bin_expose(GstDecodeBin *) ():
/GstPipeline:rtpReceiver/GstBin:bin1/GstDecodeBin:decodebin0:
no suitable plugins found:
Link failed on pad h264parse0:sinkLink failed on pad avdec_h264-0:sink

-- 
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