[gstreamer-bugs] [Bug 549171] New: appsrc for video/audio recorder

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Aug 23 19:44:33 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=549171

  GStreamer | gst-plugins-bad | Ver: 0.10.11
           Summary: appsrc for video/audio recorder
           Product: GStreamer
           Version: 0.10.11
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: dycl3 at 126.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
DEAR:
    i create a pipeline for video and audio record. and video src come from
appsrc, auido src come from alsasrc . such as :

   appsrc name=v_src ! ... ! ffenc_h263 name=v_enc alsasrc name=a_src !
... ! amrnbenc name=a_enc ffmux_3gp name=muxer v_enc. ! muxer. a_enc. !
muxer. muxer. ! filesink name=f_sink.

   after i run the pipeline. i couldn't get data form alsasrc, until i use
gst_app_src_end_of_stream () end of appsrc. and i found when appsrc is running
alsasrc is wait at gst_pad_push(). if i use videotestsrc instead appsrc it work
good , and i can get a good 3gp file.

  i don't konw wether that's a bug in appsrc or alsasrc . or something i wrong
in use.

   my gst-plugins-bad version is gst-plugins-bad-0.10.6 , i don't know, if i
could importe it if i use gst-plugins-bad-0.10.8. 

thanks




Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=549171.




More information about the Gstreamer-bugs mailing list