Related Posts
  • Forum Post: Re: Text and Bitmap Overlay on the Encoded Video

    Hi Todd and thanks for the answer. I studied the page you mentioned and it was a very good source. I was in the middle of transferring the plugin, that I realized it is already a part of gst-plugins-base-0.10.32 in /src/ext/pango How can I enable this plugin, because it seems that the make file...
  • Forum Post: Re: Error in make command for a custom package

    I successfully compiled Pango, and there is no error. I figured out that it is trying to add X11 support and I checked the /src/configure script. There is an undocumented switch which I added to my Makefile ( ac_cv_have_x=no ) Here is my Makefile: # Pango Text rendering library by Morteza...
  • Forum Post: Re: Error in make command for a custom package

    Thanks Everyone!! :) I solved it myself. I looked into $DEVDIR/fs/fdsev/ for the compiled libraries (libpango-1.0.so) and found out that the path I was using inside the Makefile was incorrect. I fixed it and it works like a charm now. In the near future I will post a tutorial on the format...
  • Forum Post: Re: Error in make command for a custom package

    Thanks Todd, As you asked, I ran some tests on V4L2SRC and here are the performance outputs from my LeopardBoard 365 @ 297Mhz Pipeline without overlay: gst-launch -e v4l2src always-copy=FALSE input-src=composite ! 'video/x-raw-yuv,format=(fourcc)NV12,width=640,height=480,pitch=736'...
  • Forum Post: RE: [Working] PANGO Text overlay ported to Leopardbopard

    Hi Morteza, Thanks a lot for the instruction. It's greatly an useful issue, if works! I have done the steps carefully but received not a successful response! I copied the build output. I have not seen any trace of Pango in output but highlighted warning for Cairo! I am not sure if it's...
  • Forum Post: RE: [Working] PANGO Text overlay ported to Leopardbopard

    Hi, performing instruction to maximize the clock rate for DM368 ( http://designsomething.org/leopardboard/f/33/p/615/2309.aspx#2309 ), this is the result of PLLs' and clocks' check: cat /proc/davinci_clocks ref_clk users=16 24000000 Hz pll1 users=14 pll 702000000 Hz pll1_aux_clk users=...
  • Forum Post: [Working] PANGO Text overlay ported to Leopardbopard

    Hi, I am trying to add Pango font rendering ability to Leopardboard, which can be very useful in adding subtitles and text rendering to the video output. Example on a Linux Machine I have explained the whole idea here: Text or Bitmap Overlay Thanks to Todd, I am somehow familiar...