Some comments
On Sat, Mar 14, 2009 at 1:56 AM, Edward Hervey <[hidden email]> wrote:
[Prajnashi S] Good. This is also a pain for me. I want to know how community handle above c/h in win release? Do they re-generate these files?
-- -- Prajnashi S ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Administrator
|
On Sat, 2009-03-14 at 23:36 +0800, Prajnashi S wrote:
> Some comments > > On Sat, Mar 14, 2009 at 1:56 AM, Edward Hervey <[hidden email]> > wrote: > > Hi all, > * Auto-generated .c/.h files > > Apart from the Android.mk files, the only thing required to > compile > several libraries/plugins are files that are generated by the > standard > autotools system at build/dist time. > > We have been thinking lately with Zaheer (who ported > gstreamer to S60 > [1]) that we should have a common location for all the .c/.h > files > generated at build/dist time. > Currently we have some files for the win32 build system in > win32/, but > we need to make this more generic. Maybe have a generated/ > directory in > GStreamer containing those files. > This could help solve a big chunk of the non-standard build > systems. > [Prajnashi S] > Good. This is also a pain for me. > > I want to know how community handle above c/h in win release? > Do they re-generate these files? We do it ... by hand :( It might make more sense to have those files automatically generated when we run 'make dist', which is used to generate the tarballs (so basically... when doing releases). But it's been causing us some headaches in the past. We need to find a smart solution for this. Edward > > > -- > -- Prajnashi S > > --~--~---------~--~----~------------~-------~--~----~ > You received this message because you are subscribed to the Google > Groups "prajnashi" group. > To post to this group, send email to [hidden email] > To unsubscribe from this group, send email to prajnashi > +[hidden email] > For more options, visit this group at > http://groups.google.com/group/prajnashi?hl=en > -~----------~----~----~----~------~----~------~--~--- > ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi, all
I just upload a new package gst-plugin-android to group, which include audio sink based on android's audio flinger. http://prajnashi.googlegroups.com/web/gst-plugins-android-0.10.01.tgz?gda=tooxuVEAAAAmX5VkMcQNC9gap3c4jgFmuAwMIrpotOpbGpZoqMllA2IPRmyFx3eaggFGONDrkSuIgECKHgU_zy4mUbZCk4xDUwk_6Qi3BU8HCN0q6OYwM5VxXgp_nHWJXhfr7YhqVgA Anyone can help me review it? BTW, how can it be released into up stream? Send a patch to community? On Sat, Mar 14, 2009 at 11:43 PM, Edward Hervey <[hidden email]> wrote:
-- -- Prajnashi S ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Administrator
|
Hi,
As for the other modules, I created a git repository which I uploaded to: git://anongit.freedesktop.org/~bilboed/gst-plugins-android Same as usual, you can just check it out in external/ and it will get built. I've already fixed the indentation, and will have a closer look soon at what it's doing. Edward On Sat, 2009-03-14 at 23:46 +0800, Prajnashi S wrote: > Hi, all > I just upload a new package gst-plugin-android to group, which include > audio sink based on android's audio flinger. > > http://prajnashi.googlegroups.com/web/gst-plugins-android-0.10.01.tgz?gda=tooxuVEAAAAmX5VkMcQNC9gap3c4jgFmuAwMIrpotOpbGpZoqMllA2IPRmyFx3eaggFGONDrkSuIgECKHgU_zy4mUbZCk4xDUwk_6Qi3BU8HCN0q6OYwM5VxXgp_nHWJXhfr7YhqVgA > > Anyone can help me review it? BTW, how can it be released into up > stream? Send a patch to community? > > On Sat, Mar 14, 2009 at 11:43 PM, Edward Hervey <[hidden email]> > wrote: > > On Sat, 2009-03-14 at 23:36 +0800, Prajnashi S wrote: > > Some comments > > > > On Sat, Mar 14, 2009 at 1:56 AM, Edward Hervey > <[hidden email]> > > wrote: > > > > Hi all, > > > * Auto-generated .c/.h files > > > > Apart from the Android.mk files, the only thing > required to > > compile > > several libraries/plugins are files that are > generated by the > > standard > > autotools system at build/dist time. > > > > We have been thinking lately with Zaheer (who > ported > > gstreamer to S60 > > [1]) that we should have a common location for all > the .c/.h > > files > > generated at build/dist time. > > Currently we have some files for the win32 build > system in > > win32/, but > > we need to make this more generic. Maybe have a > generated/ > > directory in > > GStreamer containing those files. > > This could help solve a big chunk of the > non-standard build > > systems. > > [Prajnashi S] > > Good. This is also a pain for me. > > > > I want to know how community handle above c/h in win > release? > > Do they re-generate these files? > > > We do it ... by hand :( It might make more sense to have > those files > automatically generated when we run 'make dist', which is used > to > generate the tarballs (so basically... when doing releases). > But it's been causing us some headaches in the past. We need > to find a > smart solution for this. > > Edward > > > > > > > -- > > -- Prajnashi S > > > > > > > > > > > > > > -- > -- Prajnashi S > > --~--~---------~--~----~------------~-------~--~----~ > You received this message because you are subscribed to the Google > Groups "prajnashi" group. > To post to this group, send email to [hidden email] > To unsubscribe from this group, send email to prajnashi > +[hidden email] > For more options, visit this group at > http://groups.google.com/group/prajnashi?hl=en > -~----------~----~----~----~------~----~------~--~--- > ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |